cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: multi-interface

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 1 Aug 2007 21:45:03 +0200 (CEST)

On Wed, 1 Aug 2007, Emil Romanus wrote:

> I *think* that if you are downloading files you will always get a separate
> connection for each file (FTP). Someone please correct me if I'm wrong.

Correct. libcurl will (try to) maintain the control connection to the server,
but each file transfer will always be done using a new connection. That's just
how FTP works and is nothing a client can do anything about.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-08-01