Link to home
Start Free TrialLog in
Avatar of dima_sherman
dima_sherman

asked on

How to create TELNET on Delphi?

Hi, what i wanna do is to create TELNET program or in other words program that connects to server and able to send and reseive commands.
Avatar of bsimser
bsimser

if you're using Delphi 3 there is a collection of internet controls on the internet tab. There's a telnet one there. Just setup the params to you session and call Open().
ASKER CERTIFIED SOLUTION
Avatar of BlackMan
BlackMan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Catalyst SocketTools 1.1 has a Custom Controls named "Telnet Network Terminal", Register it and use it!


F. Piettes components ROCK ! Use 'em, they are native Delphi (no DLLS, OCXs, etc), really excellent.

Slash/d003303