如何使用Delphi 5创建Telnet Client [英] How to create Telnet Client with Delphi 5

查看:143
本文介绍了如何使用Delphi 5创建Telnet Client的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Delphi 5应用程序中创建Telnet客户端?

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

推荐答案

ICS (Internet组件套件)由Francois Piette提供了一些有用的组件:

ICS (Internet Component Suite) by Francois Piette has got some useful components:

http://www.overbyte.be/eng/products/ics.html

它会给你telnet协议支持,终端模拟器和一些帮助您编写脚本的东西。它很容易使用,它都是免费的。

It'll give you telnet protocol support, a terminal emulator and some stuff to help you scripting. It's easy to use, and it's all free.

从网站:


  • TTnCnx - 支持TELNET客户端协议。

  • TTnCnx - TELNET client protocol support.

TEmulVT - ANSI终端仿真(如TMemo,但具有ANSI转义序列解释)。

TEmulVT - ANSI terminal emulation (like a TMemo but with ANSI escape sequences interpretation).

TTnEmulVT - TELNET和ANSI终端仿真组合成单个组件。您只能在几行代码中构建完整的telnet客户端程序。

TTnEmulVT - TELNET and ANSI terminal emulation combined into a single component. You can build a full telnet client program in only a few lines of code.

TTnScript - TELNET脚本组件。用于使用telnet会话进行自动化(例如自动登录和密码)。

TTnScript - TELNET scripting component. Used to automate work with telnet session (such as auto login and password).

还有一些示例应用程序显示如何使用它:

And there are some example applications to show how to use it:


  • TnClient - 具有ANSI终端仿真功能的全功能TELNET客户端程序

  • TnClient - A full featured TELNET client program with ANSI terminal emulation.

TnDemo - 使用TMemo显示传入数据的TELNET客户端。

TnDemo - A TELNET client using a TMemo to display incoming data.

TnSrv - 一个基本的事件驱动服务器。可以支持任意数量的并发客户端。任何现实世界的服务器的基础。另请参见TcpSrv,MtSrv(多线程)和MidWare,以获取完整的客户端/服务器框架。

TnSrv - A basic event-driven server. Can support any number of concurrent clients. The base for any real world server. See also TcpSrv, MtSrv (multi-threaded) and MidWare for a complete client/server framework.

这篇关于如何使用Delphi 5创建Telnet Client的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆