SFTP Object
 
Syntax
 
SFTP.WriteFileBytes(handle As String, byteData As Variant) As Long
 
Description
Appends byte data to an open file. The handle is a file handle returned by the OpenFile method.
 
Returns 1 for success, 0 for failure.
 
See Also