cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl and ssl 2

From: Michael Pace <mpace79_at_yahoo.com>
Date: Thu, 27 Jan 2005 06:38:48 -0800 (PST)

I'm not sure why I am getting disconnected. Can
anyone help?

[mpace_at_www ~]$ curl -v -k --disable-epsv --ftp-ssl
--cert /home/certs/Cert.pem:pwd -u user:pwd
ftp://ftpsite
* About to connect() to ftpsite port 21
* Trying 1.1.1.1... * connected
* Connected to ftpsite (1.1.1.1) port 21
< 220 IE-FTP server (v4r3m0.f) ready on system.
> AUTH SSL
< 234 AUTH command accepted - proceed with
Negotiation.
* successfully set certificate verify locations:
* CAfile: /usr/share/ssl/certs/ca-bundle.crt
  CApath: none
* SSL connection using EXP1024-DES-CBC-SHA
* Server certificate:
* subject: /C=US/O=IBB/OU=Interchange Services
for e-business: Server/CN=ftpsite
* start date: 2003-07-11 20:43:54 GMT
* expire date: 2005-07-10 20:43:54 GMT
* common name: ftpsite (matched)
* issuer: /C=US/O=IBB/OU=Interchange Services
for e-business/CN=PKI Services Root CA
* SSL certificate verify result: error number 1 (19),
continuing anyway.
> USER user
< 331 Enter Password.
> PASS pwd
< 230 Ready.
* We have successfully logged in
> PBSZ 0
< 200 Protection buffer size successfully set.
> PROT P
< 200 Data protection level now set to 'P'
(Protected).
> PWD
< 257 "*.*/*" is the current directory
* Entry path is '*.*/*'
> PASV
< 227 Entering Secured Passive Mode
(204,146,24,68,204,90)
* Trying 1.1.1.1... * connected
* Connecting to 1.1.1.1 (1.1.1.1) port 52314
* Connected the data stream with PASV!
> TYPE A
< 200 Type now set to A.
> LIST
< 150 Data connection ready to be secured.
* Doing the SSL/TLS handshake on the data stream
* successfully set certificate verify locations:
* CAfile: /usr/share/ssl/certs/ca-bundle.crt
  CApath: none
* SSL re-using session ID
* SSL connection using EXP1024-DES-CBC-SHA
* Server certificate:
* subject: /C=US/O=IBB/OU=Interchange Services
for e-business: Server/CN=ftpsite
* start date: 2003-07-11 20:43:54 GMT
* expire date: 2005-07-10 20:43:54 GMT
* common name: ftpsite(matched)
* issuer: /C=US/O=IBB/OU=Interchange Services
for e-business/CN=PKI Services Root CA
* SSL certificate verify result: error number 1 (19),
continuing anyway.
* Getting file with size: -1
< 226 List for user ( ).*.*, class * transferred
O.K.
* Connection #0 to host ftpsite left intact
> QUIT
< 221 Goodbye. Thank you for using IE mailbox.
* Closing connection #0

                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 250MB free storage. Do more. Manage less.
http://info.mail.yahoo.com/mail_250
Received on 2005-01-27