Skip to content

SSH.SFTPStream.Write

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

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

Clone this wiki locally