Skip to content

Instantly share code, notes, and snippets.

@ninadsp
Created July 28, 2013 15:35
Show Gist options
  • Save ninadsp/6098983 to your computer and use it in GitHub Desktop.
Save ninadsp/6098983 to your computer and use it in GitHub Desktop.
Code snippets from my blogpost ACAD - wget
$ wget http://address.of/your.file
$ wget -t 15 -c -o log.txt -b http://address.of/your/file
$ wget -i Sample.txt
$ wget -t inf -k -r -l 3 -p -o wget.log http://apod.nasa.gov/apod/archivepix.html
www.site1.com/file1.zip
www.site2.com/file2.jpg
www.site3.com/file3.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment