SFTP Object
 
Syntax
 
SFTP.PreserveDate As Long
 
Description
If 1, then the file last-modified and create date/time will be preserved for downloaded and uploaded files. The default value is 0.
Note: It does not apply to uploads or downloads where the remote file is opened to obtain a handle, the data is uploaded/downloaded, and then the handle is closed.
 
See Also