We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SshCommand doesn't currently implement any way to write a long binary stream into stdin of the executed process.
SshCommand would need an InputStream property that would provide a writable stream which would also send the EOF packet when closed by the writer.
InputStream