cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: FTP directory listing

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Tue, 6 Mar 2007 14:48:27 -0800

On Tue, Mar 06, 2007 at 03:51:55PM -0600, Glen Gunselman wrote:
>
> curl -k -q -v --disable-epsv ftp://esuvm -l --user testacct:samplexx
> * About to connect() to esuvm port 21 (#0)
> * Trying 164.113.109.74... connected
> * Connected to esuvm (164.113.109.74) port 21 (#0)
> < 220-FTPSERVE IBM VM Level 320 at ESUVM, 15:40:19 CST TUESDAY 2007-03-06
> < 220 Connection will close if idle for more than 5 minutes.
> > USER testacct
> < 331 Send password please.
> > PASS samplexx
> < 230 testacct logged in; working directory = testacct 191
> > PWD
> < 257 "testacct.191" is working directory
> * Entry path is 'testacct.191'
> > PASV
> * Connect data stream passively

Does this server support PASV? It might also be due to a firewall
preventing the data connection from being made. Try using the --ftp-port
option and see if that helps.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2007-03-06