cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Transfering one file with multiple connections

From: Juan Manuel Alvarez <naicigam_at_gmail.com>
Date: Thu, 24 Nov 2011 13:20:06 -0300

Thanks for the quick answer! I will try it that way and let you know
if I have any questions.

Cheers!
Juan M.

On Wed, Nov 23, 2011 at 6:51 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Wed, 23 Nov 2011, Juan Manuel Alvarez wrote:
>
>> I would like to ask you a question. Is there a cURLy way to transfer a
>> single file through multiple connections?
>
> There's no convenient ready-made way to do it know. You have to do it
> yourself by requesting different ranges of the file in multiple requests.
> You can then do the multiple requests using the multi interface or by using
> the easy interface in multiple parallel threads.
>
> --
>
>  / daniel.haxx.se
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette:  http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-11-24