cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: ftp Error

From: Nielsen Linus (ext) <Linus.Nielsen_at_elema.siemens.se>
Date: Wed, 13 Feb 2002 15:36:27 +0100

> > Doesn't work? How? What does curl say?
>
> test on solaris 8:
> (it works with the real IP address instead of "-")
>
> curl_easy_setopt(curl,CURLOPT_FTPPORT, "-");
>
>
> < 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.toto.fr (195.32.72.54)
> * We connect from sun
> > PORT 192,168,1,6,177,177
> LIST :
> Error: Connection aborted
> * Closing connection #0
>

I don't think that has anything to do with Solaris per se.

Are you able to connect manually using a normal FTP client?

/Linus
Received on 2002-02-13