On May 01 20:31, Nicolas Noble <[EMAIL PROTECTED]> wrote:
>
> Subject: Re: Is there a problem with lftp - proftpd??
>
> > I am suddenly unable to use lftp 2.4.1 on Mandrake 8.1 to connect to a couple
> > of FreeBSD 4.4 machines using proftpd as their ftp server. I seem to be able
> > to change directories (sometimes), but I don't seem able to much else (get
> > files, list directories, pwd, etc.). Plain old ftp works fine (except that
> > it's not lftp), and gftp works.
> >
> > Any help would be appreciated. I looked in the archive but found nothing
> > about proftpd, which I suspect to be the problem, perhaps with configuration.
> >
> > Thank you for your help.
>
> Why not using:
> -) a recent version of lftp?
> -) the command 'debug 9' to see what's exactly wrong?
>
>
>
Thanks for the debug suggestion. I used it and got this output:
$ lftp
lftp :~> debug 9
lftp :~> open george
Password:
---- Resolving host address...
---- 1 address found
---- Connecting to www.entenman.net (161.58.233.6) port 21
<--- 220 entenman.net FTP server ready.
---> AUTH TLS
<--- 234 AUTH TLS successful
---> PBSZ 0
<--- 200 PBSZ 0 successful
---> USER george
<--- 331 Password required for george.
---> PASS XXXX
<--- 230 User george logged in.
---> PWD
<--- 257 "/" is current directory.
cd ok, cwd=/
lftp [EMAIL PROTECTED]:/> ls
---> PORT 10,69,13,203,147,82
<--- 200 PORT command successful.
---> LIST
<--- 425 Can't build data connection: No route to host
---- Closing data socket
---> QUIT
<--- 221 Goodbye.
---- Closing control socket
---- Connecting to www.entenman.net (161.58.233.6) port 21
<--- 220 entenman.net FTP server ready.
---> AUTH TLS
<--- 234 AUTH TLS successful
---> PBSZ 0
<--- 200 PBSZ 0 successful
---> USER george
<--- 331 Password required for george.
---> PASS XXXX
<--- 230 User george logged in.
---> PORT 10,69,13,203,147,84
<--- 200 PORT command successful.
---> LIST
<--- 425 Can't build data connection: No route to host
etc....
I would love to use the latest lftp version, but I can't find a binary that would
run on my AMD machine running Mandrake 8.1. If you can point me to a location
where I can get, I'll get it! (I need to reinstall linux on my machine, this
time with developer stuff, before I can compile the source).
So... I wonder what causes No route to host????
Thanks,
ge