Re: Strange ABORT problem

2007-10-15 Thread Alexander V. Lukyanov
On Mon, Oct 15, 2007 at 11:24:28AM +0200, Damien Wyart wrote: I noticed that I could not put files on a particular FTP server. Using debug mode, I got this: --- TYPE I --- PASV --- ALLO 7846 --- STOR crypto_vie_privee.tex --- 227 Entering Passive Mode (212,27,63,3,71,129). --- 500

Re: Infinite retrying despite net:timeout while mirroring/ making directory

2007-10-15 Thread Alexander V. Lukyanov
This patch should help. -- Alexander. Index: ftpclass.cc === RCS file: /home/lav/cvsroot/lftp/src/ftpclass.cc,v retrieving revision 1.395.2.5 diff -u -p -r1.395.2.5 ftpclass.cc --- ftpclass.cc 24 Sep 2007 14:20:19 -

Re: Strange ABORT problem

2007-10-15 Thread Damien Wyart
* Alexander V. Lukyanov [EMAIL PROTECTED] [2007-10-15 14:24]: Reply to `TYPE I' is missing. Probably you have to enable sync mode for this host. Try: set ftp:sync-mode yes Thanks, I had overlooked this and this server was not in my exceptions list for sync mode. This works fine now, thanks