PDA

Click to See Complete Forum and Search --> : CONNECTING TO AN IP VIA TELNET.


asad_s23
May 28th, 2000, 12:06 AM
I want to connect to an IP Address via telnet.
i know the administrator's password.
and the port number.
there i will have to type a command
reset s23
this is part of my project for an ISP.
Please tell me which control or library to use
to accomplish this

May 28th, 2000, 12:22 AM
Use the Winsock control that comes with VB6 (and probibly VB5).
You set the Remote Address & Port the tell it to connect.
You can then use it to send and receive strings to and from the telnet server at the other end.

[Edited by matthewralston on 05-29-2000 at 07:32 AM]