I have a Server which i can telnet to it using my Windows 7. i just type telnet then open host port in Cmd and then my username and password . after it every thing will be ok and i can execute all my commands, I want to know, Is there any way like this in C# ? Just Connect to Host port pass the Username and Password , and just executing commands?
Share
You can use Minimalistic Telnet, which is a good, free C# telnet client library.