搜索资源列表
Telnet客户端
- Telnet客户端示例程序-Telnet client sample program
telnet_ser&client
- 一个用VC编写的远程登录的小程序,包括客户端和服务器端.-a VC prepared by the small remote login procedures, including client and server side.
bbs客户端
- 以bbs客户端开发为例,说明Telnet的基本原理-client development as an example of how the basic tenets of Telnet
ClientApp
- 用java编写的简单的客户端代码,很使用-prepared with a simple client code, the use of very
Win32AsmSocket
- 用汇编写的Windows网络小程序,客户端用telnet连接 ,端口为2006-was compiled with the Windows network small program using telnet client connectivity, port 2006
telnet_cs
- telnet服务器与客户机,实现一个在线游戏工具。-telnet server and client to achieve an online game tools.
Multi_Threading_Telnet_Service
- 多线程的Telnet服务.实现了多线程的Telnet服务,运行本程序后,客户端可以通过Telnet登陆服务器,并实现多人聊天.-multithreading Telnet services. , A multi-threaded Telnet services, the operating procedures, Client landing through Telnet server, and to achieve more than chatting.
Telnet32343
- 使用Telnet技术,包括服务器及客户端两部分-use Telnet technology, including server and the client part 2
Server1111
- java做的服务端。是要和客户端一起使用的,请继续下客户端-do java server. To the client and used together, please go to the next client
guanyusocket
- 关于套接字的实现,在主机和客户机之间实现简单的通信。-socket on the realization of the mainframe and client between simple communication.
MyTelnet
- telnet服务器的实现: 1.客户端通过telnet连接后,服务器返回系统的一些信息(自己定义,至少应该包括程序作者的学号),之后显示提示符\"login:\"提示用户输入用户名进行登录 2.要求对用户名和密码进行验证。用户名和密码均为学号的后3位。如果用户名和密码错误则返回invalid user or passwd并提示重新输入 3.服务器端至少支持如下命令(命令不带参数) author:返回程序作者的相关信息 date:返回服务器的当前日期,日期的格式自己定义,
Telnetcs
- Telnet协议的程序,有服务器和客户端
telent
- C编写的简单TELENT传输服务端和客户端,客户端可以发送信息到服务端,并支持多个客户端同时登录
VC++ telnet服务端和客户端源代码
- 详细的telnet服务端和客户端,是用vc6实现的,非常值得借鉴.
10
- c#编写的远程登陆Telnet服务器,和客户端的例子
TelnetSim
- 一个Telnet客户端和服务器端的源码示例。
Telnet
- 使用Delphi开发的Telnet远程登录,包括代理服务器端和客户端,可连接BBS。
ChipChat(Java)
- 用java语言编写的局域网聊天客户端。包括源程序以及报告。是我同学大学网络课程的课程设计。
网络编程服务器和客户端
- 文件分别有客户端和服务器代码,利用visual studio打开任一代码文件即可打开整个项目(即客户端或服务器),点击调试即可出现MFC界面,服务器设定某一IP和端口号,客户端登录这个IP和端口号可以登录服务器,客户端登录服务器后可以发送信息给服务器,本程序涉及MFC界面以及WINSOCk知识。
telnet服务器和客户端
- 其中包含了telnet的服务端和telnet的客户端,在ubuntu18.0下编译成功