Hi,
I am trying to make a telnet client in visual basic. Any ideas on how to do it? I would just like to connect to a server and get data from it and put data to it... Thanks!!
Printable View
Hi,
I am trying to make a telnet client in visual basic. Any ideas on how to do it? I would just like to connect to a server and get data from it and put data to it... Thanks!!
learn how to use the Winsock control @ winsockvb.com and search google for info on the Telnet protocol, that shouls be all you need besides vb knowledge. so you can connect your winsock to the telnet server and port, i think 23 off the top of my head