SSH.SFTPStream.Write - charonn0/RB-libssh2 GitHub Wiki

SSH.SFTPStream.Write

Method Signatures

 Sub Write(text As String)

Parameters

Name Type Comment
Text String The data to write to the SFTPStream.

Remarks

Writes to the SFTPStream. Ideally, the size of the text should be a multiple of the maximum SFTP packet size (32KB). This is only a recommendation to maximize efficiency; any non-zero number of bytes may be written at once, limited only by the available memory.

See also