| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: FTP CURLOPT_POSTQUOTE with CURLOPT_NOBODY bug ?
From: Philippe Vaucher <pvaucher_at_infomaniak.ch>
Date: Mon, 06 Feb 2006 23:24:25 +0100
Hello,
Sorry for the delay I've been testing quite a lot of things.
1) it doesn't happen because of multi-thread
I made a very simplified testcase, that doesn't require any special libs
./test ftp://user:pass@server.com/path file.txt
file.txt MUST be in the same dir of the ./test binary. This simply
I tried your patch, with your patch it doesn't do the error but it tries
Tell me if you have problems with the testcase, and thank you VERY MUCH
Thank you in advance,
Daniel Stenberg wrote:
> On Tue, 24 Jan 2006, Daniel Stenberg wrote:
-------- [CALL] upload(bla.txt, ftp://user:pass@server.com/path/__delme.txt) --------
[info] About to connect() to unitedsoft.ch port 21
>> send: USER user
<< recv: 331 Password required for use.
>> send: PASS pass
<< recv: 230 USER user logged in.
>> send: PWD
<< recv: 257 "/web" is current directory.
[info] Entry path is '/web'
<< recv: 250 CWD command successful
>> send: EPSV
[info] Connect data stream passively
[info] Trying 123.123.123.123... [info] connected
<< recv: 200 Type set to I
>> send: STOR __delme.txt
<< recv: 150 Opening BINARY mode data connection for __delme.txt
>> send data (skip log)
[info] Connection #0 to host unitedsoft.ch left intact
-------- [CALL] ftp_cmd(ftp://user:pass@server.com/path/, DELE __delme.txt) --------
[info] Re-using existing connection! (#0) with host server.com
<< recv: 250 DELE command successful
>> send: QUIT
<< recv: 221 Goodbye.
[info] Closing connection #0
-------- [CALL] upload(bla.txt, ftp://user:pass@server.com/path/__delme.txt) --------
[info] About to connect() to server.com port 21
>> send: USER user
<< recv: 331 Password required for use.
>> send: PASS pass
<< recv: 230 USER user logged in.
>> send: PWD
<< recv: 257 "/web" is current directory.
[info] Entry path is '/web'
<< recv: 250 CWD command successful
>> send: EPSV
[info] Connect data stream passively
[info] Trying 123.123.123.123... [info] connected
<< recv: 200 Type set to I
>> send: STOR __delme.txt
<< recv: 150 Opening BINARY mode data connection for __delme.txt
>> send data (skip log)
[info] Connection #0 to host server.com left intact
-------- [CALL] ftp_cmd(ftp://user:pass@server.com/path/, DELE __delme.txt) --------
[info] Re-using existing connection! (#0) with host server.com
<< recv: 250 DELE command successful
>> send: QUIT
<< recv: 221 Goodbye.
[info] Closing connection #0
>> send: USER user
<< recv: 331 Password required for use.
>> send: PASS pass
<< recv: 230 USER user logged in.
>> send: PWD
<< recv: 257 "/web" is current directory.
[info] Entry path is '/web'
<< recv: 250 CWD command successful
[info] Remembering we are in dir path/
<< recv: 550 __delme.txt: No such file or directory
[info] QUOT string not accepted: DELE __delme.txt
<< recv: 221 Goodbye.
[info] Closing connection #0
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info