C# Telnet Server

  • Thread starter Thread starter Steve Koon
  • Start date Start date
S

Steve Koon

Anyone know of a C# telnet server code that I can look at. I want to
integrate a telnet server function inside a application that I am writing.


Thanks,
 
You could have a look at the Indy Project (www.indyproject.org). It
implements a Telnet server as well as many other protocols.


Greets,
Matthijs ter Woord
Team Indy
 
Hi,

why you want to have a telnet server?

I think that what you want is to be able to listen to commands from the
network for this you do not need a telnet server, a telnet server is just a
"gateway" between a command prompt and a client terminal.

Start by defining your "commands" and then you can use a switch to execute
them.

cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top