SSHChannelData Event
Fired when the SSHHost sends channel data to the client.
Syntax
public void fireSSHChannelData(SshclientSSHChannelDataEvent event); public class SshclientSSHChannelDataEvent { public String channelId; public byte [] channelData; }
Remarks
The SSHChannelData event will fire as data is received for the given ChannelId. ChannelData will contain the decrypted contents of the SSH packet.