[lftp] some questions

2014-10-30 Thread Farzin Hamrahi
Hi Is lftp check transferred files check sum (md5sum or another ones) after transferring files with get or mirror command ? If yes how that do ? Is it possible to read exclude or include matching files from list file or stdin ? ___ lftp mailing list lftp@

Re: [lftp] Possible Bug in lftp mirror using mirror:sort-by option

2014-10-30 Thread akshay gupta
lftp have options like --depth-first and --no-recursion I think it will make sense to have an option like " --iterative" for iterative file transfer. This option will fetch the full file list and then fetch them iteratively. On Wed, Oct 29, 2014 at 2:29 PM, akshay gupta wrote: > I think the fun

[lftp] Re: some questions

2014-10-30 Thread Alexander Lukyanov
2014-10-30 13:10 GMT+03:00 Farzin Hamrahi : > Hi > Is lftp check transferred files check sum (md5sum or another ones) after > transferring files with get or mirror command ? > It's possible. There is xfer:verify setting, when it's true the script specified by xfer:verify-command is run. verify-fi