Re: [PATCH] Segmentation fault when hftp used

2010-08-06 Thread Alexander V. Lukyanov
On Thu, Jul 01, 2010 at 05:03:28PM +0200, Jiri Skala wrote: 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

sftp proxy

2010-08-06 Thread h-schm...@t-online.de
Hello Alexander Lukyanov, 1. do you know of any ftp-proxy/ies which is/are able to use the sftp protocol? 2. I have a problem with mirroring some ftp sites - possibly Windows ftp servers - when the time is changed e.g. to summer time: all files already on my site are transfered again (and

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 

suppress the warning when mkdir an existing dir

2010-08-06 Thread Jun Wan
Hi, I am writing a script that puts files into a remote directory, also create that directory if it does not exist in the remote host. Is there a way to have mkdir not emit the warning when the dir already exists? Currently it complains: mkdir: Access failed: Failure (test44) # test44 is

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