Hello
I would like to send commands and read back the data , using Telnet and SSH.
I have gone through the sample TelnetSimpleWinFormClient_CS.
But in my case , I would like to read the user id / password from the settings form ,and connect to the telet windows.
Once the connection is successfully established, I shall be sending a telnet command, and would like to read the output. All the mentioned steps shall be done programtically, without any user intervention.
I could hide the telnet window by setting stcConsole.Visible = false. Is that the correct way.
Please let me know.
Thanks
Sujay