On Sun, Feb 17, 2002 at 01:29:31PM +0100, Neighbour wrote: > <--- 150 Opening ASCII mode data connection for /bin/ls. > **** Timeout - reconnecting > ---> ABOR > ---- Closing control socket > ---- Connecting to <site> > > net:max-retries (in /etc/lftpd.conf) is set to 1, yet it keeps > reconnecting (and timing out).
I think it downloads some data before timing out, and lftp assumes it was a fruitful try. In fact it was not, because REST is not used for listings (by default - there is ftp:rest-list setting). Maybe lftp should only assume that a try was successful if some _new_ data were downloaded. -- Alexander.
