A strange bug when use InPutStream and OutPutStream
evermuteman opened this issue · 1 comments
evermuteman commented
I am tring to use jsch implementing a webssh recently, but i found that when i tried to use Stream something strange happens
I am sure it connects successfully
But when i send command to remote server, not only the results are sent to me back, but also the previous command i sent
I sincerely thank your attention, this really makes me confused.
mwiede commented
have you tried https://github.com/mwiede/jsch/blob/master/examples/Shell.java class?