-
A TELNET client
一个TELNET客户端-A TELNET client-A TELNET client-A TELNET client
- 2022-06-30 02:05:55下载
- 积分:1
-
测试telnet连接的一个程序
测试telnet连接的一个程序 -A telnet connection test
- 2022-07-10 19:58:42下载
- 积分:1
-
telnet客户端
telnet客户端-telnet customer end
- 2022-07-06 17:38:23下载
- 积分:1
-
本程序是一个简单的命名管道客户端演示API调用的需要…
This program is a simple named pipe client that demonstrates the API calls needed
to successfully develop a basic named pipe client application. When this application
successfully connects to a named pipe, the message "This is a test" is written
to the server.
There are four basic steps needed to implement a client:
1. Wait for a Named Pipe instance to become available using the WaitNamedPipe()
API function.
2. Connect to the Named Pipe using the CreateFile() API function.
3. Send data to or receive data from the server using the WriteFile() and
ReadFile() API functions.
4. Close the Named Pipe session using the CloseHandle() API functions.
- 2023-07-16 22:20:02下载
- 积分:1
-
Telnet协议编程(随书光盘)
Telnet协议编程(随书光盘)-Telnet Protocol programming (with CD)
- 2023-01-16 06:30:04下载
- 积分:1
-
MPI parallel programming
MPI并行程序设计-MPI parallel programming
- 2022-03-06 03:37:27下载
- 积分:1
-
网络通讯软件 visual c
网络通讯软件 visual c-Network communications software visual c
- 2023-04-21 03:05:04下载
- 积分:1
-
远程登录软件,采用vc编写,源码有详细的注释
远程登录软件,采用vc编写,源码有详细的注释-Telnet software, using vc prepared a detailed source notes
- 2023-08-12 05:40:03下载
- 积分:1
-
C语言写的TELNET客户端
C语言写的TELNET客户端-C language written in TELNET client
- 2022-04-28 06:22:10下载
- 积分:1
-
一 程序的整体结构1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl...
一 程序的整体结构1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。2 执行调制解调器命令。3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。6 访问本地机资源:终端状态时可访问客户机上的资源(阅读编辑文件,删除和拷贝文件,执行DOS命令及DOS应用软件)。二 程序说明本地机使用ATDT命令拨号,远程机设为自动响应方式,即可进入联机方式, 进行终端通信。 在联机方式下,按PageUp键上载文件,按PageDn键下载文件,Ctrl-O呼出主菜单,退出联机方式使用Ctrl-D键。退出终端仿真器使用EXIT命令。-the overall structure of a dial-up function, automatic response function. (ATDT can use dial-up orders, use Ctrl-D on-line from the state). Two implementation modem commands. Three simulation terminal functions : online communications can be conducted online, TTY terminal emulation, after loading drivers can be VT100 terminal emulation. Four file services : text file transfer, the transfer binary files, text files and binary file write-functional. The viewing text files and simple editing features. 5 terminal services : UNIX running on the mainframe with a menu-driven
- 2022-03-15 13:03:31下载
- 积分:1