Hi,
I am trying out different ways in which I can develop a telnet client in
VB.NET.
I created one in
VB(using Winsock) and upgraded it to
VB.NET 2003. But the client
was connecting to a telnet server on a Unix machine but was unable to send/receive data.
Later, I tried using sockets. Again the same problem. I am able to connect to the server
and I am sending/receiving data as bytes and then converting it to string but I face the same problem.
Could someone help me with this.
Thanks a ton!
~Auxi