开发者

How to create a telnet connection in Delphi applications

开发者 https://www.devze.com 2023-01-01 20:39 出处:网络
I want to create a telnet connection in Delphi that will allow me to connect to the command prompt on my comput开发者_StackOverflow中文版er.If you want a telnet server, Windows XP and newer comes with

I want to create a telnet connection in Delphi that will allow me to connect to the command prompt on my comput开发者_StackOverflow中文版er.


If you want a telnet server, Windows XP and newer comes with a telnet service that just needs to be enable and started via the service control manager. It is disabled by default when windows is installed. I recommend against writing your own telnet server unless you really know what you are doing because you are likely to create a lot of security issues.

0

精彩评论

暂无评论...
验证码 换一张
取 消