SendChannelData Method
Used to send regular data over an SSH channel.
Syntax
void __fastcall SendChannelData(int ChannelId, String Data);Remarks
This method can be used to send a arbitrary data to over the channel with the specified ChannelId.
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendChannelData MethodUsed to send regular data over an SSH channel. Syntaxvoid __fastcall SendChannelData(int ChannelId, String Data);RemarksThis method can be used to send a arbitrary data to over the channel with the specified ChannelId. |
||