Hi I am using ClientChannel to invoke commands on a remote machine via ssh. I am sending remote commands by writing on the NoCloseInputStream associated with this channel and the output of the command is getting written on the associated NoCloseOutputStream.
Is there some way I can determine that the command that I invoked has completed and its output is available on the associated output stream? Thanks
