How to create Telnet Client with Delphi 5

后端 未结 6 1239
天涯浪人
天涯浪人 2021-01-21 09:29

How do I create a Telnet Client inside of a Delphi 5 application?

6条回答
  •  清歌不尽
    2021-01-21 10:06

    A telnet application can be done by simply sending string via socket. Use the TSocket**** APIs from Delphi.

提交回复
热议问题