-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPStream.Write
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
SSH.SFTPStream.Write
Sub Write(text As String)
Name | Type | Comment |
---|---|---|
Text |
String | The data to write to the SFTPStream. |
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.
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.