Skip to content

SSH.SFTPStream.WriteBuffer

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

SSH.SFTPStream.WriteBuffer

Method Signatures

 Sub WriteBuffer(Data As MemoryBlock)

Parameters

Name Type Comment
Data MemoryBlock The data to write to the SFTPStream.

Remarks

This method is the same as Write() except it takes a MemoryBlock instead of a String. This allows us to point to the Data directly instead of copying it.

Clone this wiki locally