-
Telnet Terminal Telnet terminal source program source program source Telnet Term...
Telnet终端源程序 Telnet终端源程序-Telnet Terminal Telnet terminal source program source program source Telnet Terminal
- 2022-08-17 14:27:15下载
- 积分:1
-
一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等...
一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等 -a telnet server source code, the following functions : file, directory operations, write-off, restart, shut down the computer. To allow/disallow screensavers, mouse around key reversal, send information
- 2022-11-30 09:00:03下载
- 积分:1
-
用于网上留言的工具
用于网上留言的工具-web page for the tool
- 2022-01-25 23:12:01下载
- 积分:1
-
多线程的Telnet服务.实现了多线程的Telnet服务,运行本程序后,客户端可以通过Telnet登陆服务器,并实现多人聊天....
多线程的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.
- 2022-02-15 05:46:56下载
- 积分:1
-
包括BBS程序开发和TelnetChatServer程序 VC源代码
包括BBS程序开发和TelnetChatServer程序 VC源代码-including program development and TelnetChatServer procedures VC source code
- 2022-01-26 05:33:09下载
- 积分:1
-
Telnet服务器源
TelNet服务器的源程序-TelNet server source
- 2022-02-26 22:59:08下载
- 积分:1
-
KpyM Telnet Server v1.07 : WINNT free on the Telnet server, running as a service...
KpyM Telnet Server v1.07: WINNT上的免费的Telnet服务器,作为服务运行,使客户机可以通过telnet协议访问主机,支持颜色。-KpyM Telnet Server v1.07 : WINNT free on the Telnet server, running as a service, so that clients can telnet protocol access mainframe support color.
- 2023-09-01 05:00:03下载
- 积分:1
-
Linux环境elnet监控程序的源代码, 编译成动态链接库(.so)的形式...
Linux环境elnet监控程序的源代码, 编译成动态链接库(.so)的形式-Linux environment elnet monitoring program" s source code, compiled into a dynamic-link library (. So) the form of
- 2022-03-13 20:24:27下载
- 积分:1
-
windows下OpenTelnet程序,C++编译通过
windows下OpenTelnet程序,C++编译通过-windows under OpenTelnet procedures, C++ compiled through
- 2023-03-10 03:15:04下载
- 积分:1
-
telnet服务器的实现:
1.客户端通过telnet连接后,服务器返回系统的一些信息(自己定义,至少应该包括程序作者的学号),之后显示提示符"login:...
telnet服务器的实现:
1.客户端通过telnet连接后,服务器返回系统的一些信息(自己定义,至少应该包括程序作者的学号),之后显示提示符"login:"提示用户输入用户名进行登录
2.要求对用户名和密码进行验证。用户名和密码均为学号的后3位。如果用户名和密码错误则返回invalid user or passwd并提示重新输入
3.服务器端至少支持如下命令(命令不带参数)
author:返回程序作者的相关信息
date:返回服务器的当前日期,日期的格式自己定义,但在help中做出说明
time:返回服务器的当前时间,时间的格式自己定义,但在help中做出说明
help:返回服务器所支持的命令
bye:与服务器断开连接
若输入了不支持的命令,则应回显相应的提示,如提示用户键入help来查看相应的命令
提示:服务器端有一个接收客户端输入字符的缓冲区,逐个字符进行接收;当发现是回车键后,即执行已接收字符对应的命令并回显.另外,telnet.exe是windows下自带的程序
设计的要求如下:
1.使用基本的套接口函数进行开发,即使用socket()、bind()、listen()、accept()等
2.不使用图形界面,只要能用文本显示相关信息即可,另外,需要把这些相关信息写入到一日志文件中(文件名为:学号.txt)
内附程序说明书
- 2023-06-24 06:30:03下载
- 积分:1