tomaswolf commented on issue #658: URL: https://github.com/apache/mina-sshd/issues/658#issuecomment-2633397655
If you have a case where the sequence ``` ChannelExec cmd = session.createExecChannel("some command"); cmd.open().verify(SOME_TIMEOUT); OutputStream stdin = cmd.getInvertedIn(); ``` results in `stdin == null`, then please post the code you use to open the channel. Note that you should call `getInvertedIn()` _after_ having openend the channel. (Replace "some command" by the command you want to run.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org