资源简介
服务器处于公网 客户端处于内网 必须由客户端首先发起连接,服务器才能向客户端发送命令并执行
代码片段和文件信息
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define MAXLINE 4096
char sendhead[MAXLINE];
int main(int argc char* argv[])
{
int sockfd;
struct sockaddr_in servaddr;
char *info=“client number 1 “;
char *sys_err=“system error!\n“;
char *first=“pid\tppid\t\tcmd\n“;
int maxfdp1 stdineof;
fd_set rset;
char recvbuf[20]tmp[128]buffer[MAXLINE];
int nlenfd;
FILE *ff;
if(argc!=3){
printf(“useage:client address port “);
exit(0);
}
if((sockfd=socket(AF_INETSOCK_STREAM0))==-1 )
{
perror(“socket“);
exit(1);
}
printf(“%s connec
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4268 2009-07-31 09:47 server.c
文件 2368 2009-07-29 10:27 client.c
----------- --------- ---------- ----- ----
6636 2
- 上一篇:交叉指型带通滤波器模型
- 下一篇:湖南农业大学操作系统期末考试试卷
相关资源
- linux命令大全(chm)
- 细说Linux-兄弟连李明老师
- Linux系统基础教程.pdf
- ARM嵌入式Linux系统开发从入门到精通
- 鸟哥的linux私房菜(第三版)
- linux系统命令及其详解
- 嵌入式linux应用开发完全手册(韦东山
- Linux编程入门之 C 语言环境_chm
- 鸟哥的Linux私房菜
- linux 系统
- Linux从入门到精通.chm
- linux网络编程
- linux嵌入式开发
- linux基础命令教程豪华版
- linux c socket api
- Linux Netfilter编程源码
- Linux TCP 编程步骤
- linux综合实验,初级5和中级1
- linux can 应用测试程序
- Linux中图片旋转,缩放,合并
- Linux C 常用库函数手册(最新整理)
- Linux下WOL的rpm包及使用说明
- 哈工大 操作系统实验4 linux0.01信号量
- linux C/S聊天,基于TCP的socket网络编程
- linux串口、网口编程类
- QQ聊天系统---linux课设
- LINUX下简单聊天工具_模拟QQ
- 福州大学Linux 操作系统设计实践报告
- vsftpd-2.2.2-11.el6.x86_64.rpm
- container-selinux-2.74-1.el7.noarch.rpm
评论
共有 条评论