Submitted by anto on Sat, 08/20/2011 - 19:42
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'