Question:
Hello,
i am downloading all documents recursive from an SFTP-Server to my locale machine.
Chilkat.Ftp2 ftp = new Chilkat.Ftp2();
// [...]
ftp.DownloadTree("mylocaltargetfolder");
I works fine but there is one problem. If one document has LastWriteTime "11.03.2014 16:30" it will have after the download a LastWriteTime of "11.03.2014 04:30". There is a problem with the handling a.m and p.m times.
Is this a know issue or do i have to enable special settings?
Regards, cpt.oneeye