How to create Telnet Client with Delphi 5

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

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

6条回答
  •  梦谈多话
    2021-01-21 10:25

    plus to tcp/socket programming, you must understand how telnet protocol works, for that you can refer to RFC(request for comment) documents

    this is telnet specification telnet specification and old telnep protocol rfc

    for very pure delphi telnet client/daemon code please check this pack (KOL based)

提交回复
热议问题