Telnet using VB.net
-
Hello, This is Vikash Gohil Here's my Query. I have a Device which is a Linux based device. It works on Linux OS. I can use telnet from windows on that device and LogIn into it. I tell you the procedure. 1) I telnet the device using it's IP Address in Command Prompt(WinXP) 2) The Command Prompt then displays me some lines and Username: Prompt to enter Username 3) After Entering Username it asks for Password, After entering password I press enter. 4) On pressing enter, the system Logs me into the Linux OS on the Device. 5) Here I can run Linux Commands to do my operations. 6) I use VI editor to open, read/write certain files that are present on the Device. 7) And then on entering Quit, I am again returned to Command Prompt in Windows. Now the query is Can I make my Own application in VB.net to perform the above tasks? If Yes, then give me some ideas on that. If No, then Is there any other way I can do this. Thanks in Advance