资源简介
使用TCP协议,采用阻塞方式,编写C/S结构程序,能上传下载文件,客户端能显示进度,能随时终止上传下载,要求传输速度尽可能快,能够实现多客户端上传下载
代码片段和文件信息
#include
#include
#include
#include
#include
#pragma comment(lib“ws2_32.lib “)
#define SERVER_PORT 6666
int chioce();
DWORD WINAPI funproc (LPVOID pParam);
typedef struct funparam
{
int ifilelen;
SOCKET sClient;
FILE *fps;
}funparam;
int pauseflag = 1;
int escflag = 1;
int main()
{
WORD wVersionRequested;
WSADATA wsadata;
int ret i fileflag;// ilen
SOCKET sClient;
HANDLE hthread;
funparam *funp;
// DWORD uExitCode1;
struct sockaddr_in saServer;
char strIP[20];
ULONG wIP;
FILE *fpd *fps;
char buf[188*1024];
char chfilesize[256];
int chancewrize;//finishlen;ifilelen
long ifilelen;
char flag[
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6625 2010-08-13 16:09 作业socket\client.c
文件 7122 2010-08-13 16:18 作业socket\serv.c
文件 3399 2010-08-15 11:47 作业socket\client.dsp
文件 41984 2010-08-15 11:47 作业socket\Debug\vc60.idb
文件 69632 2010-08-15 11:47 作业socket\Debug\vc60.pdb
文件 2801692 2010-08-15 11:47 作业socket\Debug\client.pch
文件 23884 2010-08-15 11:47 作业socket\Debug\client.obj
文件 229332 2010-08-15 11:47 作业socket\Debug\client.ilk
文件 196701 2010-08-15 11:47 作业socket\Debug\client.exe
文件 410624 2010-08-15 11:47 作业socket\Debug\client.pdb
文件 2801692 2010-08-15 11:47 作业socket\Debug\serv.pch
文件 20227 2010-08-15 11:47 作业socket\Debug\serv.obj
文件 219340 2010-08-15 11:47 作业socket\Debug\serv.ilk
文件 196699 2010-08-15 11:47 作业socket\Debug\serv.exe
文件 394240 2010-08-15 11:47 作业socket\Debug\serv.pdb
文件 33792 2010-08-15 11:47 作业socket\client.ncb
文件 744 2010-08-15 11:47 作业socket\client.plg
文件 48640 2010-08-15 11:47 作业socket\client.opt
文件 537 2010-08-15 11:47 作业socket\client.dsw
文件 3375 2010-08-15 11:47 作业socket\serv.dsp
文件 33792 2010-08-15 11:47 作业socket\serv.ncb
文件 734 2010-08-15 11:47 作业socket\serv.plg
文件 48640 2010-08-15 11:47 作业socket\serv.opt
文件 533 2010-08-15 11:47 作业socket\serv.dsw
目录 0 2010-08-15 11:47 作业socket\Debug
目录 0 2010-08-13 08:51 作业socket
----------- --------- ---------- ----- ----
7593980 26
- 上一篇:JPEG图像压缩编码.doc
- 下一篇:从TS文件中搜索获得节目信息
评论
共有 条评论