SFTP Object
 
Syntax
 
SFTP.GetFileLastModifiedDt(pathOrHandle As String, ByVal bFollowLinks As Long, ByVal bIsHandle As Long) As CkDateTime
 
Description
Returns the last-modified date/time for a file. pathOrHandle may be a remote filepath or an open handle string as returned by OpenFile. If pathOrHandle is a handle, then bIsHandle must be set to 1, otherwise it should be 0. If bFollowLinks is 1, then symbolic links will be followed on the server.
 
Returns Nothing on failure
 
 
See Also