-
-
Notifications
You must be signed in to change notification settings - Fork 973
Closed
Labels
Milestone
Description
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.
Reactions are currently unavailable