Thanks. It worked with

set ftp:use-feat no

On Mon, 26 Jul 2010, Kyle Thurow wrote:

I would guess your ftp server doesn't support FEAT (and possibly
doesn't support TLS either).  Try turning one or both off.

set ftp:use-feat no
set ftp:ssl-allow no

Even if the server doesn't support these, it isn't handling them
correctly, so the problem is really on the server side (even if you
can fix it in lftp).

2010/7/3 Frédéric L. W. Meunier:
Hi. I don't know what's wrong with LFTP (4.0.6) or me, but it doesn't
connect to my DSL router (SpeedTouch 510v6), which has no password. 'ftp'
works fine.

lftp [email protected]:~> open -u user
192.168.1.254
Password:
lftp [email protected]:~> ls
---- Connecting to 192.168.1.254 (192.168.1.254) port 21
<--- 220 Inactivity timer = 120 seconds. Use 'site idle <secs>' to change.
---> FEAT
<--- 331  Password required.
---> AUTH TLS
**** Peer closed connection
---- Closing control socket
Interrupt

Using 'debug 9' returns the same lines.

Reply via email to