RemCom
RemCom copied to clipboard
Remote command output stream redirection
We should have a way to capture stderr, stdout and stdin channels and redirect to file.
Also remcom should have silent mode so that above channels are not clobbered with remcom generated characters.
I agree that remote command and remcom, stderr, out and in should be able to be managed in a more friendly way.
As a small step in that direction I proposed at issue #14, to send all remcom client outout to stderr and remote command stdout & stderr to the stdout
Moreover remote command stdout and stderr is delimited by markers so it can be programmatically separated.
I even build a patch that includes that and more things (check my branch https://github.com/andrese/RemCom and pull request).