cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Multipart Download

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 28 Oct 2005 00:14:04 +0200 (CEST)

On Fri, 28 Oct 2005, Arup Malakar wrote:

> Greetings to all. This is my first mail to the mailing list

Hello and welcome!

> When we download using the range feature we can also specify two
> ranges. But then the downloaded data goes in a single file only.
> thus if we specify the range as "-r 1-100,300-500" both these data
> blocks will be downloaded to one output file only(if we specify an output
> file). Is it possible to have both of these datas in two separate files ie.
> bytes 1-100 in one file and 300-500 in another file.

No, curl has no support to split them up. That's left for you to deal with.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-10-28