curl-library
Re: Parallel transfers to ftp-server
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 3 Oct 2003 14:44:31 +0200 (CEST)
Date: Fri, 3 Oct 2003 14:44:31 +0200 (CEST)
On Fri, 26 Sep 2003, Matthias Horvath wrote:
> I use a perl-script which starts libcurl (easy) to transfer a file to
> ftp-server. I tried three uploads at the same time but only two uploads
> started and the third waited until one of the others stopped.
>
> Is it possible to start libcurl more than two times for uploads at same
> time?
You don't "start libcurl", but yes you can
1. use libcurl's easy interface in multiple threads
or
2. use libcurl's multi interface
to transfer multiple files at once using libcurl.
-- Daniel Stenberg -- curl: been grokking URLs since 1998 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sfReceived on 2003-10-03