cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: ftp Error

From: Nielsen Linus (ext) <Linus.Nielsen_at_elema.siemens.se>
Date: Tue, 12 Feb 2002 12:47:24 +0100

> Curl 7.9.2 on solaris 8
>
> < 220 BLABLA SYSTEMS FTP SERVER READY.
> > USER TOTO
> < 331 Password required for TOTO.
> > PASS 123456
> < 230 User TOTO logged in.
> * We have successfully logged in
> > PWD
> < 257 "/" is current directory.
> * Entry path is '/'
> * Connected to ftp.blabla.fr (195.25.211.53)
> > EPSV
> < 500 'EPSV': command not understood.
> > PASV
> < 502 PASV not allowed by Blabla server
> LIST :
> Error: Odd return code after PASV
> * Closing connection #0
>
> Is there an other way to pass through with curl ?

You could try --ftpport <port> instead. Then curl will use the given port
number for the transfer instead of PASV.

/Linus
Received on 2002-02-12