> I am using FTPCli to try and get a file from an FTP Server and copy it
> to a local destination. The problem is I only want it to get the file
> if the file has been updated since I last got it.
The fastest way to do this is to use my high level FTP TMagFtp
component, which includes all the di
Hi there,
I am using FTPCli to try and get a file from an FTP Server and copy it
to a local destination. The problem is I only want it to get the file if
the file has been updated since I last got it. This means that I need to
compare the date of the file on the ftp server and the local copy. The