Re: [lftp] D/L files that are 24hr old?

2016-02-22 Thread Steven Dennis
Thanks again for the help. So I think that I got it working with the following lftp -u user,pass -e "set sftp:connect-program 'ssh -a -x -T -c arcfour -o Compression=no'; mirror -v -c --newer-than=now-4hours --loop --use-pget-n=3 -P 2 /home/user/finished/TV /home/pi/usrmnt/Target/; quit"

Re: [lftp] D/L files that are 24hr old?

2016-02-20 Thread Alexander Lukyanov
Lftp tries to get the file modification time in UTC. So the comparison does not depend on the server's timezone. Sometimes it fails due to ftp server limitations or bugs вс, 21 февр. 2016, 8:03, Steven Dennis : > Thanks for the help. I was able to use the --newer-than,