Re: '331 Password required.' connecting to DSL router

2010-08-06 Thread Frédéric L . W . Meunier
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,

Re: '331 Password required.' connecting to DSL router

2010-08-06 Thread Frédéric L . W . Meunier
On Mon, 26 Jul 2010, Peko wrote: 2010/7/4 Frédéric L. W. Meunier fred...@gmail.com 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. Hi Frédéric, Why would you 

Re: '331 Password required.' connecting to DSL router

2010-08-06 Thread Kyle Thurow
Whichever command(s) I gave you before that worked should be added to the file ~/.lftp/rc Then it will run automatically every time lftp starts. If you want that setting to work only for this server you can use: set ftp:use-feat/server_ip_here no 2010/7/26 Frédéric L. W. Meunier

'331 Password required.' connecting to DSL router

2010-07-26 Thread 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

Re: '331 Password required.' connecting to DSL router

2010-07-26 Thread Peko
2010/7/4 Frédéric L. W. Meunier fred...@gmail.com 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. Hi Frédéric, Why would you connect to your DSL router? Does it really host a ftp

Re: '331 Password required.' connecting to DSL router

2010-07-26 Thread Kyle Thurow
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