cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: ftp-ssl syntax help

From: michael mittiga <mmittiga17_at_gmail.com>
Date: Tue, 17 Apr 2007 16:59:51 -0400

My bad,

curl 7.15.4 (i486-pc-linux-gnu) libcurl/7.15.4 OpenSSL/0.9.8b
zlib/1.2.3 libidn/0.6.3
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz

Is the syntax correct? Also where can I find examples of
WWW::Curl::easy ftp-ssl scripts

Thanks...

On 4/17/07, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Tue, 17 Apr 2007, michael mittiga wrote:
>
> > Login works but I do not get the file and it tries to do passive and
> > freezes.
> >
> > Freezes here.
> > 257 "/" is current directory.
> > * Entry path is '/'
> >> CWD ELIS
> > < 250 CWD command successful.
> >> CWD outbound
> > < 250 CWD command successful.
> >> EPSV
> > * Connect data stream passively
> > < 500 'EPSV': command not understood.
> > * disabling EPSV usage
> >> PASV
>
> You didn't mention what curl version, but this certainly looks like a server
> problem. PASV is supposed to get a response back and _then_ curl can take
> actions depending on what it returns. If it simply doesn't respond to the
> PASV, there's not much curl can do about it...
>
> --
> Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
>
Received on 2007-04-17