C# telnet problem

M

mnsindhu74

I want to implement telnet client in C#. I am able to connect to the
telnet server in windows XP and do the negotiations. I also get the
login prompt.After I send the username I get password prompt. the
problem starts with the password prompt. After I send the password the
server returns three nulls '0 0 0' and the thread is closed. can
someone help me understand what is going on.
 
I

Ignacio Machin \( .NET/ C# MVP \)

hi

Telnet is a rather difficult protocol it's better use a third party control
than implement your own.

Take a look at http://www.klausbasan.de/misc/telnet/ he did a telnet client
he also gives away the code so you can get ideas from it.

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

Top