cURL / Mailing Lists / curl-users / Single Mail

curl-users

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

From: MFeliz <mtfeliz_at_gmail.com>
Date: Fri, 25 Jan 2008 15:24:36 -0600

I am new user to Curl and am trying to connect here is what I get when I try
to connect:

curl -V
curl 7.16.2 (i686-pc-linux-gnu) libcurl/7.16.2 OpenSSL/0.9.7e zlib/1.2.1.1
libidn/0.6.10
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: IDN IPv6 Largefile NTLM SSL libz

sub0_at_miller:~$ curl -v -v -v --ftp-ssl-reqd --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(54566219)
> 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
< 550 Command PASV failed
* Bad PASV/EPSV response: 550
* Connection #0 to host pharmacy-ftp.navitus.com left intact
curl: (13) Bad PASV/EPSV response: 550
> QUIT
< 221 bye
* Closing connection #0

Please help.

Thanks
-Mario
Received on 2008-01-25