 vote
 |
|
Automate getting stuff off the web with wget...
You can also use Wget in scripts to categorize batch downloads and make them fault-tolerant. Here's how to get Wget to sit up and beg for you.
If you have a list of files you want to download, you can use Wget's -i option, which tells Wget to read a list of URLs from a file. Invoke wget -i filelist and wait until it finishes the job, and your files are downloaded!
| | |
| |
|
|