I am trying to download a 22gb file over a slow vpn connection. The file is not hosted so what I did was just "connect to remote server" via Ubuntu, navigate to the directory where the file is and copy and paste it into my file system.

Unfortunately I was not able to download the file because the connection conked out. I was wondering if there was some sort of download manager that would enable me to copy the file I want and if the connection goes out again just resume.

link|improve this question

50% accept rate
"connect to remote server" could be FTP, but FTP SHOULD support resuming with a proper client – Journeyman Geek Oct 27 '10 at 13:27
feedback

2 Answers

up vote 0 down vote accepted

Many swear by wget.

link|improve this answer
1  
wget -c specifically . I'm partial to axel myself, but every system has wget. – Journeyman Geek Oct 27 '10 at 13:26
feedback

You can try flashgot for Firefox: http://flashgot.net/features
There's kget if you use KDE
Or MultiGet http://multiget.sourceforge.net/
And Downloader 4 X aka d4x if you find it
Theses are graphical tools, otherwise wget is your friend, you can even continue an interrupted download!

link|improve this answer
does multiget and flashgot continue interrupted downloads? – Jeune Oct 27 '10 at 15:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.