Thanks for the reply. From the linked example this simply writes text to the stream and then i can read it back.
I think i am mis-understanding the purpose of the ShellStream or just missing how to use it. Writing to the stream will just simply write the text to the stream it wont issue a terminal command and allow me to read the response?
I need to be able to keep a conversation going with terminal commands and read responses, like send("cd /wherever"), send("pwd"), verify.contains("cd /whatever")
Practically all of the ShellSteam examples i have seen or can find do not seem to be able to accommodate this like putty can.
I think i am mis-understanding the purpose of the ShellStream or just missing how to use it. Writing to the stream will just simply write the text to the stream it wont issue a terminal command and allow me to read the response?
I need to be able to keep a conversation going with terminal commands and read responses, like send("cd /wherever"), send("pwd"), verify.contains("cd /whatever")
Practically all of the ShellSteam examples i have seen or can find do not seem to be able to accommodate this like putty can.