I would like to know if it was possible to download all latest files on an ftp server with
lftp
without downloading the older files.
Examples;
On my server I have
/doc
/vps
/order/{id}
/order/{id}
/order/archives
On my computer:
/order/1010
/order/3058
If I delete /order/3058
, the script must not download it again.
I would like to download all /order/{id}
as they become available. But, these change everyday and I don't want to download all order/{id}
each time, only the latest.
The particularity is my server is secured with SSL and I need this to connect
set ftp:ssl-force true
set ftp:ssl-protect-data true
set ssl:verify-certificate false
Asked by Joeffrey
(1 rep)
Nov 18, 2015, 02:05 PM
Last activity: Nov 2, 2022, 11:02 AM
Last activity: Nov 2, 2022, 11:02 AM