SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

How to get an input Stream for a command session?

Open Low-power opened this issue 7 years ago • 0 comments

I have a need to get both the input and output stream (and may be stderr stream) after requesting a SSH exec session. But by browsing the SSH.NET API documentation, I found there are only output streams OutputStream and ExtendedOutputStream available for class SshCommand.

Low-power avatar May 23 '18 08:05 Low-power