-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SCPStream.Write
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Sub Write(text As String, StreamID As Integer)
Sub Write(text As String)
Name | Type | Comment |
---|---|---|
Text |
String | The data to write to the Channel. |
StreamID |
Integer | Optional/Ignored. Exists because the overridden superclass method has it. |
Write (upload) to the stream. If writing the Text
would cause the Position to exceed the Length then an exception will be raised.
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.