curl-and-php
Re: FTPS via CURL/PHP
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 10 Sep 2009 22:42:08 +0200 (CEST)
Date: Thu, 10 Sep 2009 22:42:08 +0200 (CEST)
On Thu, 10 Sep 2009, G F wrote:
> But when you say that it "aborted prematurely and libcurl detected that it
> was supposed to send more bytes than it actually did," is there any
> indication what might have caused it to abort prematurely? I can paste the
> entire CURL output if necessary.
An FTP transfer ends when the data transfer is closed. There's no other signal
or mechnism to tell why it ends (other than the response code that is sent
after the transfer's completion).
But really, chasing after problems in a 6 year old version is not my idea of
fun.
-- / daniel.haxx.se _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2009-09-10