Frédéric L . W . Meunier
Fri, 06 Aug 2010 02:13:30 -0700
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 u...@192.168.1.254:~> open -u user 192.168.1.254 Password: lftp u...@192.168.1.254:~> 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.