Hi,
I'm using com.enterprisedt.net.ftp.FileTransferClient to download files from FTP Server.
Now the Problem is we must compare the files on the local machine on the base of lastModified date
if the lastModified is not the same download the file with
ftp.downloadFile("test.txt", "test.txt");
it copy's the file ok but the lastModified is not the same as on FTP Server.
it creates new lastModified and create date
thx
Luka