[PATCH] Segmentation fault when hftp used

2010-07-26 Thread Jiri Skala
Hi, I've got bug `segmentation fault` incl. backtrace. I was not able to reproduce it bug the backtrace pointed to crash in sprintf() (see patch below). I suggest value of entity_date corruption. The patch below fixes the issue (verified by bug reporter). Oh, now I see entity_date!=NO_DATE could

[PATCH] some servers needs force SSL3.0 when lftp is built with gnutls

2010-07-26 Thread Jiri Skala
Hi, some servers needs force SSL3.0 when lftp is built with gnutls. There is mandatory setting to enable this forcing: set ftp:ssl-auth SSL I was warned that used gnutls_transport_set_ptr() is renamed in next gnutls versions but I didn't verified it. Build with gnutls-2.8.6 ---

'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