cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: ftp upload fails when time is greater than 10 minutes

From: Eric <crc1021_at_myrealbox.com>
Date: Thu, 24 Apr 2008 15:58:49 -0500 (CDT)

Thanks, that makes sense. But it looks like keep alive is not implemented for windows (at least when using mingw)

On Tue, 22 Apr 2008 10:19:12 -0700
Dan Fandrich <dan_at_coneharvesters.com> wrote:

>
> > It seems like it does not wait for the 226 response. Immediately after the debug output of "Remembering we are in dir", it sends "FTP response reading failed" with no time delay between the two messages.
>
> This is the kind of thing you would expect when a NAT closes the FTP channel
> due to a timeout while the transfer is going on on the other channel. You
> can try the --keepalive-time option with a timeout < 10 minutes to see
> if that solves the problem.
>
>
Received on 2008-04-24