Hello there, i am using latest lftp version here is what i use :
set ftp:ssl-allow 1;set net:idle 10;set net:timeout 7;set net:max-retries 1;open -p 22222 -u user,pass 1.1.1.1;site time > file1;site test > file2;close so i have this into a file and use lftp -f script problem is net :idle don't actually overwrite the 3 minute default setting because if the ftp site use a bouncer and the site is down, the bouncer will never be able to relay to site, but lftp thinks he is connected. so i am wondering why is lftp not stoping after 10 seconds ? is it a bug or i simple dont use it correctly?
