SFTP Object
 
Syntax
 
SFTP.Eof(handle As String) As Long
 
Description
Returns 1 if the last read operation for a handle reached the end of file. Otherwise returns 0. If an invalid handle is passed, a value of 1 is returned.
 
See Also