SFTP Object
 
Syntax
 
SFTP.GetFileSize32(pathOrHandle As String, ByVal bFollowLinks As Long, ByVal bIsHandle As Long) As Long
 
Description
Returns the size in bytes of a file on the SSH server. If the file size exceeds what can be represented in 32-bits, a value of -1 is returned. 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.
 
See Also