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,

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

2016-02-18 Thread Steven Dennis
Hello, I would like to d/l files and folders from a directory on my web server that have been put there or modified in the last 24 hours. I have read the man page and came across the --newer-than option. "For option --newer-than you can either specify a file or time specification like that used