HOWTO use wget as an auto-resume no-bullshit get-it-full download manager
This should do the job:
wget --tries=0 --continue --server-response --timeout=0 --retry-connrefused <file-url>
If it requires FTP or HTTP authentication, just add the following before <file-url>
:
--user='username' --password='password'
- 25077 reads
Add new comment