SFTP Object
 
Syntax
SFTP.WriteFileBytes64s(handle As String, offset64 As String, 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 offset64 is an offset (in decimal string format) from the beginning of the file.
 
Returns 1 for success, 0 for failure.
 
See Also