cmn has uploaded a patch.
Description:
Allow sending data to a process' stdin.
When using SSH as a connection and authentication layer to talk to a program on a remote host, you may need to talk to it, rather than just execute it and wait for its output.
This patch adds a write-only stream to SshCommand which lets you write into it and will immediately send the data to the process' stdin.