How to resume an ftp download at any point? (shell script, wget option)?
- by Dave
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?