cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Transfering one file with multiple connections

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 23 Nov 2011 22:51:21 +0100 (CET)

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
Received on 2011-11-23