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
ChannelId String |
An id generated by the bean 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 bean 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 bean send the string to the remote host. |
Constructors