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

How to properly detect command completion vs ExtendedOutputStream content?

Open msdobrescu opened this issue 11 months ago • 1 comments

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?

msdobrescu avatar Dec 05 '24 17:12 msdobrescu