-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPStream.WriteBuffer
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.SFTPStream.WriteBuffer
Sub WriteBuffer(Data As MemoryBlock)
Name | Type | Comment |
---|---|---|
Data |
MemoryBlock |
The data to write to the SFTPStream. |
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.