curl-users
Re: ftp not connecting
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 26 Jul 2006 23:16:43 +0200 (CEST)
Date: Wed, 26 Jul 2006 23:16:43 +0200 (CEST)
On Thu, 27 Jul 2006, Derek Goring wrote:
> What curl version?
>
> Version 7.9.7
Wow. That was relased over four years ago. Consider upgrading.
> Does using -v reveal any clues?
>
> It tells me it has logged in OK.
> PWD
> Entry path is '/'
> EPSV
> About to connect () to username:password_at_ftp etc
> curl(7)
>
> Are there clues in that?
Yes, it seems that you can't use passive FTP with EPSV due to a problem in
your network or with the target server.
Try disabling EPSV, use active mode (-P) instead or alter your network
situation.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2006-07-26