| You asked about my thoughts, right??????
OK, here are some answers (I think):
- wget -c "url" that's how I got it downloaded. -c stands for "continue", so if it stops, it can continue like getright, massdownloader, downloader.....
- for using schedules to download, i used the cron to start the download at 2:00, and another one to kill it (yes, "killall wget") at 7:50. I know it's not the best way for doing it, but as wget is downloading with "-c", it worked
So now let's think about something else...... |