cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl: (13) Bad PASV/EPSV response: 550

From: MFeliz <mtfeliz_at_gmail.com>
Date: Wed, 30 Jan 2008 14:28:07 -0600

Any ideas... I appears that I am connecting but it just resets.....

curl -v -v -v --ftp-ssl --ftp-pasv -u USERNAME:PASSWORD ftps://pharmacy-
ftp.navitus.com
* About to connect() to pharmacy-ftp.navitus.com port 990 (#0)
* Trying 216.138.147.245... connected
* Connected to pharmacy-ftp.navitus.com (216.138.147.245) port 990 (#0)
* SSL: couldn't set callback!
* successfully set certificate verify locations:
* CAfile: /usr/share/curl/curl-ca-bundle.crt
  CApath: none
* SSL connection using AES256-SHA
* Server certificate:
* subject: /O=pharmacy-ftp.navitus.com/OU=Go to
https://www.thawte.com/repository/index.html/OU=Thawte SSL123
certificate/OU=Domain Validated/CN=pharmacy-ftp.navitus.com
* start date: 2008-01-08 00:00:00 GMT
* expire date: 2010-01-07 23:59:59 GMT
* common name: pharmacy-ftp.navitus.com (matched)
* issuer: /C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting
cc/OU=Certification Services Division/CN=Thawte Server
CA/emailAddress=server-certs_at_thawte.com
* SSL certificate verify ok.
< 220 pharmacy-ftp.navitus.com X2 WS_FTP Server 6.1(10902775)
> USER USERNAME
< 331 Enter password
> PASS password
< 230 User logged in
> PBSZ 0
< 200 PBSZ=0
> PWD
< 257 "/users/USERNAME" is current directory
* Entry path is '/users/USERNAME'
> EPSV
* Connect data stream passively
< 500 Unkwown command EPSV
* disabling EPSV usage
> PASV
< 227 Entering Passive Mode (216,138,147,245,4,6).
* Trying 216.138.147.245... connected
* Connecting to 216.138.147.245 (216.138.147.245) port 1030
> TYPE A
< 200 Transfer mode set to ASCII
> LIST
< 125 Transferring directory
* Doing the SSL/TLS handshake on the data stream
* SSL: couldn't set callback!
* successfully set certificate verify locations:
* CAfile: /usr/share/curl/curl-ca-bundle.crt
  CApath: none
* SSL connection using AES256-SHA
* Server certificate:
* subject: /O=pharmacy-ftp.navitus.com/OU=Go to
https://www.thawte.com/repository/index.html/OU=Thawte SSL123
certificate/OU=Domain Validated/CN=pharmacy-ftp.navitus.com
* start date: 2008-01-08 00:00:00 GMT
* expire date: 2010-01-07 23:59:59 GMT
* common name: pharmacy-ftp.navitus.com (matched)
* issuer: /C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting
cc/OU=Certification Services Division/CN=Thawte Server
CA/emailAddress=server-certs_at_thawte.com
* SSL certificate verify ok.
* Maxdownload = -1
drwxr-x--- 2 AccessHe System 0 Jan 22 19:08 .
drwxr-x--- 2 AccessHe System 0 Jan 28 19:33 ..
-rwxr-x--- 1 AccessHe System 1892405 Jan 22 15:03
TEST-835_20080122_090333.zip
-rwxr-x--- 1 AccessHe System 1892405 Jan 22 19:08
TEST-835_20080122_130824.zip
-rwxr-x--- 1 AccessHe System 17 Jan 10 19:05 test.txt
< 226 Transfer completed
* Connection #0 to host pharmacy-ftp.navitus.com left intact
> QUIT
< 221 bye
* Closing connection #0
Received on 2008-01-30