cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: ftps using curl to filezilla server

From: kuriakose <kuriakose_at_huawei.com>
Date: Tue, 10 Oct 2006 15:00:18 +0530

Hi,
This is the server log I get.
If I use ftp:// instead of ftps:// it is taking as ordinary ftp though I set
options CURLOPT_FTP_SSL, 1
--------------------------------------------
current time * About to connect() to localhost port 990
* Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 990
* SSL connection using AES256-SHA
* Server certificate:
* subject: ......
* start date: 2006-10-09 16:27:53 GMT
* expire date: 2007-10-09 16:27:53 GMT
* issuer: .....
* SSL certificate verify result: error number 1 (18), continuing anyway.
< 220-FileZilla Server version 0.9.19 beta
< 220-written by Tim Kosse (Tim.Kosse_at_gmx.de)
< 220 Please visit http://sourceforge.net/projects/filezilla/
> USER user
< 331 Password required for user
> PASS user
< 230 Logged on
* We have successfully logged in
> PBSZ 0
< 200 PBSZ=0
> PWD
< 257 "/" is current directory.
* Entry path is '/'
* protocol connect phase DONE
* DO phase starts
> EPSV
* Connect data stream passively
< 229 Entering Extended Passive Mode (|||1709|)
* Trying 127.0.0.1... * connected
* Connecting to 127.0.0.1 (127.0.0.1) port 1709
* DO phase is comlete
* DO-MORE phase starts
> TYPE I
< 200 Type set to I
> SIZE rt.jar
< 213 22156569
> RETR rt.jar
< 550 PROT P required
* PROT P required
* DO-MORE phase ends
* Connection #0 to host localhost left intact
> QUIT
< 221 Goodbye
* Closing connection #0
Error code 19

Thanks in advance
Received on 2006-10-10