cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: do we have multiple file upload/download via ftp in curl.

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 14 Feb 2003 16:03:17 +0100 (CET)

On Fri, 14 Feb 2003, Phalnikar, Amol wrote:

> Just would like to know, whether there is some option by which we can
> do ftp upload / download of multiple files ? While downloading I don't know
> the names of files on the server.

I'm not really following you here. The options to download multiple files
include the following:

1. Download multiple ones serially, one by one using the easy interface in a
   single thread.

2. Download multiple files in parallell, using the easy interface in multiple
   threads.

3. Download multiple files in parallell, using the multi interface in a
   single thread.

Of course, you need to provide the URLs to transfer somehow, libcurl will not
automaticly figure them out.

Is this what you're asking about?

-- 
 Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs.
-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
Received on 2003-02-14