How to resume an ftp download at any point? (shell script, wget option)?

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-05-08T04:46:54Z Indexed on 2010/05/08 4:58 UTC
Read the original article Hit count: 158

Filed under:
|
|
|

hi!

i want to download a huge file from an ftp server in chunks of 50-100MB each. At each point, i want to be able to set the "starting" point and the length of the chunk i want. i wont have the "previous" chunks saved locally (ie i cant ask the program to "resume" the downlaod).

what is the best way of going about that? i use wget mostly, but would something else be better?

© Stack Overflow or respective owner

Related posts about shell

Related posts about shell-scripting