cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem with a particular ftp-server

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 19 Mar 2002 09:12:42 +0100 (MET)

On Tue, 19 Mar 2002, Guido Neitzer wrote:

> I have a problem getting a filelist from a particular ftp-server, perhaps
> you may give me a hint, what to do. Here is the log of the libcurl verbose
> function:

Ugha. This looks really weird. Is this curl 7.9.5?

> < 220 xxxxxxxx FTP server (Version wu-2.6.1(1) Mon Dec 4 12:20:50 MET
> 2000) ready.
> > USER xxxxxxxx
> < 331 Password required for xxxxxxxx.
> > PASS xxxxxxxx
> < 230 User xxxxxxxx logged in. Access restrictions apply.
> * We have successfully logged in
> > PWD
> < 257 "/" is current directory.
> * Entry path is '/'
> * Connected to 213.187.23.252 (213.187.23.252)
> > EPSV
> < 500 'EPSV': command not understood.
> > PASV
> < 227 Entering Passive Mode (213,187,23,252,69,218)
> * Closing connection #0
>
> What can I do in this situation?

What did curl_easy_perform() return here? Were you using a timeout or
something?

It clearly looks like it disconnected just after the PASV response, which it
of course shouldn't. I check the code right now and I fail to see how this
can happen without any error message getting output! ;-/

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-03-19