Telnet in .NET

bungpeng

Senior Contributor
Joined
Sep 10, 2002
Messages
906
Location
Malaysia
I want to use .NET to telnet remote machine,
send some command and received some response,
may I know how to do that?

TQ
 
PlausiblyDamp said:
You would probably find it easiest using something like System.Net.TcpClient and a simple StreamReader / StreamWriter to send and receive data.

I am looking for TcpClient,
but still not sure how to use,
any simple example there?

Thank you
 
Back
Top