SSH.NET
SSH.NET copied to clipboard
How to properly detect command completion vs ExtendedOutputStream content?
Hi, I need to implement commands over ssh and I've found this: https://stackoverflow.com/questions/31587924/ssh-net-real-time-command-output-monitoring#31637155
I've tried those, but one of the streams never reaches end (EndOfStream == true). How should this be implemented if I need to capture the output of both streams and detect when there is no more new data on them?