C# telnet problem

  • Thread starter Thread starter mnsindhu74
  • Start date Start date
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.
 
Back
Top