StdOut and StdErr of the int RunCommand() method of SshExe may be mixed up if the output is longer than 1024 characters.
Reason: wrong accumulation of output buffers in the RunCommand method
The attached fix (SshExe.diff) solves this issue.
Fix for correct StdOut/StdErr output of Runcommand()
Log in to post a comment.
Fix for correct StdOut/StdErr output of Runcommand()