SFTP Object
 
Syntax
 
SFTP.WriteFileBytes32(handle As String, ByVal offset As Long, data As Variant) As Long
 
Description
Writes data to an open file at a specific offset from the beginning of the file. The handle is a file handle returned by the OpenFile method. The offset is an offset from the beginning of the file.
 
Returns 1 for success, 0 for failure.
 
See Also