cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: File transfer without end

From: <Nico.Baggus_at_mail.ing.nl>
Date: Tue, 12 Sep 2006 17:09:37 +0200

Is there a firewall in between your system & the server?

Then the problem probably is that FTP uses two channels for data transfer,
one is control (command + status resp) and the other is
the data itself.

The control channel has no data for 40 minutes, and a firewall in between
may assume the stream died and succesivly drops the connection.
Any remaing answers by the server are then lost.
curl will wait for the answer that will not come.

Solution is to extend the lifetime of unclosed links through that firewall.

Nico Baggus
-----------------------------------------------------------------
ATTENTION:
The information in this electronic mail message is private and
confidential, and only intended for the addressee. Should you
receive this message by mistake, you are hereby notified that
any disclosure, reproduction, distribution or use of this
message is strictly prohibited. Please inform the sender by
reply transmission and delete the message without copying or
opening it.

Messages and attachments are scanned for all viruses known.
If this message contains password-protected attachments, the
files have NOT been scanned for viruses by the ING mail domain.
Always scan attachments before opening them.
-----------------------------------------------------------------
Received on 2006-09-12