SSHChannel Type
A currently open SSH channel.
Remarks
This type describes the SSH client's currently open channels. You may use the different fields of this type to manage the channel.
Fields
BytesSent Integer |
The number of bytes actually sent after a sending channel data. |
ChannelId String |
An id generated by the component to identify the current SSH channel. This id is unique to this channel. |
DataToSend String |
A string of data to be sent to the remote host. Write-only property. Assigning a string to the DataToSend makes the component send the string to the remote host. |
DataToSendB Byte[] |
A string of data to be sent to the remote host. Write-only property. Assigning a string to the DataToSend makes the component send the string to the remote host. |