Return to Snippet

Revision: 52268
at October 18, 2011 13:31 by klovera


Initial Code
# http
wget -t 45 -c --ignore-length http://fileurl

#ftp
wget ftp://user:[email protected]/pathtofile

Initial URL


Initial Description
Used to get file. First one is done via http. Second is done via FTP.

Initial Title
Get files (wget)

Initial Tags


Initial Language
Bash