cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: How can I resume download(ftp) command with range option?

From: Inseon, Son <freshon_at_gmail.com>
Date: Fri, 27 Nov 2009 09:52:12 +0900

> Um... I want to got a part of file.
>
> |--------------------------------------|
> |---A---| |---B---|

>> Those are _two_ parts. A and B. For FTP you need to two two requests,
one
>> or each range (with -r).

I didn't understand.

So, I used below command.

curl ftp://192.168.0.24/M11829_070420.ts.pac -r 0-20000,100000-200000 -o
a.ts.pac

But, the result was same.

I want to get Two parts(A, B), but I want to get one file.

Is this method impossible?

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-11-27