cURL / Mailing Lists / curl-library / Single Mail

curl-library

ftps connection error

From: Swati Vakharia <swativ_at_gmail.com>
Date: Wed, 30 Jun 2004 11:27:45 -0700

i am trying to connect to an ftps site but seem to be getting an error
after it tries to enter passive mode. The following is my command:

curl -k -v --ftp-ssl ftp://xxxx:xxxxx@ftp.e-gmfsed.net/info.dat

and the following is my error:

* We have successfully logged in
> PBSZ 0
< 200 PBSZ=0
> PROT P
< 200 PROT P ok.
> PWD
< 257 "/" is current directory.
* Entry path is '/'
> EPSV
< 500 'EPSV': command not understood.
> PASV
< 227 Entering Passive Mode (129,33,52,92,148,118)
* About to connect() to ftp.e-gmfsed.net port 38006
* Connect failed; Operation now in progress
* Connection #0 to host ftp.e-gm.net left intact
curl: (7) Connect failed; Operation now in progress
* Closing connection #0

any help would be appreciated. thanks

Swati
Received on 2004-06-30