Used to send regular data over an SSH channel.
public void sendChannelData(String channelId, byte [] data);
This method can be used to send a arbitrary data to over the channel with the specified ChannelId.