By default, Ultimate FTP does not synchronize creation, last access and last write time of a file or directory after uploading or downloading. To enable file time synchronization, set the RestoreFileProperties to true.
// File time will be restored after a transfer. client.RestoreFileProperties = true; // Upload DOC files. client.Upload(@"c:\data\*.doc", "/data");