Skip to content

SSH.SCPStream.Write

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

SSH.SCPStream.Write

Method Signatures

 Sub Write(text As String, StreamID As Integer)
 Sub Write(text As String)

Parameters

Name Type Comment
Text String The data to write to the Channel.
StreamID Integer Optional/Ignored. Exists because the overridden superclass method has it.

Remarks

Write (upload) to the stream. If writing the Text would cause the Position to exceed the Length then an exception will be raised.

Clone this wiki locally