wwSftpClient::SetFileTime
Sets the file time on a server file.
o.SetFileTime(lcServerFile, ltTime, llUseUtc)
Returns
.T. or .F. - This request can fail if the file doesn't exist or if the account doesn't have permissions to change file dates.
Parameters
lcServerFile
The remote server file to set the time on.
ltTime
Time to set it to.
llUseUtc
Optional - If .T. sets the time using UTC format.
typically you'd want to use local time, which is internally translated to utc time when updated but allows for easier setting from FoxPro.