文件名称:linux
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-04-05
- 文件大小:
- 52kb
- 下载次数:
- 0次
- 提 供 者:
- 郭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
远程终端管理系统实现了一个mini 执行远程命令 的功能。该系统采用C/S架构,需要分别编写服务端与客户端程序。-Remote terminal management system realized the function of a mini remote command execution. The system USES C/S architecture, it is necessary to write the client and the server program, respectively.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
linux远程终端管理系统\client\allvariable.c
.....................\......\allvariable.h
.....................\......\client_main
.....................\......\clistruct.h
.....................\......\func_client.c
.....................\......\func_client.h
.....................\......\func_validate.c
.....................\......\func_validate.h
.....................\......\macro.h
.....................\......\main_client.c
.....................\......\Makefile
.....................\......\menu_client.c
.....................\......\menu_client.h
.....................\......\onlclistruct.h
.....................\......\system.h
.....................\......\xieyi_client.c
.....................\......\xieyi_client.h
.....................\manage\clistruct.h
.....................\......\func_manageclient.c
.....................\......\func_manageclient.h
.....................\......\func_manageclient.o
.....................\......\func_validate.c
.....................\......\func_validate.h
.....................\......\func_validate.o
.....................\......\main_manageclient.c
.....................\......\main_manageclient.o
.....................\......\Makefile
.....................\......\manage_main
.....................\......\menu_manageclient.c
.....................\......\menu_manageclient.h
.....................\......\menu_manageclient.o
.....................\......\system.h
.....................\sever\.swp
.....................\.....\admindata.conf
.....................\.....\allvariable.c
.....................\.....\allvariable.h
.....................\.....\clientdata.conf
.....................\.....\clientdata.conf.bak
.....................\.....\clistruct.h
.....................\.....\func_sever.c
.....................\.....\func_sever.h
.....................\.....\func_validate.c
.....................\.....\func_validate.h
.....................\.....\macro.h
.....................\.....\main_sever.c
.....................\.....\Makefile
.....................\.....\menu_sever.c
.....................\.....\menu_sever.h
.....................\.....\onlclistruct.h
.....................\.....\sever.conf
.....................\.....\sever_main
.....................\.....\system.h
.....................\.....\xieyi_sever.c
.....................\.....\xieyi_sever.c~
.....................\.....\xieyi_sever.h
.....................\协议说明
.....................\client
.....................\manage
.....................\sever
linux远程终端管理系统