搜索资源列表
自制控件
- 软件还不是很完善,支持ftp与http下载,断点、多线程-software is not perfect, ftp and http support downloaded breakpoints, multithreading
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
VC中ftp协议实现多线程断点续传
- 用BCB实现ftp协议实现多线程断点续传,是当前下载工具的热点技术,值得研究。-with BCB achieve ftp protocol multithreading HTTP is the current download tools hot technologies, worth studying.
TCPCom
- 看了袁渊先生在VC知识库《在线杂志》第14期发表的文章《基于TCP/IP的局域网多用户通信》,感觉受益颇多,但也觉得里面有一些不太完善的地方,具体来说主要有: 1、两个服务器单独运行,且主线程均阻塞,用户界面死锁,不便于控制; 2、聊天服务器线程和互斥量的使用可能导致死锁; 3、不能实现文件传送(文件传送可不能由服务器转发,否则非把它累趴下不可^-^); 4、不能由用户进行网络设置,所以在不同的网络使用必须修改源程序等等; 我在此基础上重新设计编写了一个系统
TestFTp1
- 测试多线程Ftp上传,演示PUTFILE的使用-test multithreaded FTP upload and demonstration of the use of PUTFILE
05-09-16-vc-ftp
- 一个多线程FTP下载程序,基本功能,仅供参考,也是转载的,-a multithreaded FTP download, basic functions, for reference purposes only and is reproduced, huh
270_multiftpthreadprj
- 多线程ftp传输源代码,适合于网络编程者使用.-multithreading ftp transmission source code suitable for the use of network programming.
IEbarftp
- 这是我们为参加编程比赛而做的一个具有基本FTP功能的IE插件,压缩包里有详细的开发文档和用户使用说明,以及源代码和功能说明,该插件支持FTP文件的多线程断点下载-This is our game for participation in programming done with a basic FTP function of IE plug-ins, Compression bag detailed documentation and the development of user notes
FTP_Client_xulp
- ftp多线程断点续传,带有xp 的theme-ftp multithreaded HTTP, with the theme xp
comm_FTPWanderer
- 一个FTP的通信的客户端程序, 可以实现多线程断点续传-an FTP client communication procedures, can achieve multithreaded HTTP
paulyreceive-3
- 一个FTP多线程断点续传的源代码,用vc实现的。希望对大家有帮助!-a multithreaded FTP HTTP source code, using vc achieve. We want to help!
ftpclient-csharp
- 本程序用tcpclient类实现了ftp客户端的上传下载新建删除等基本功能。采用了多线程设计。-the procedures used to achieve the kind tcpclient ftp client upload download the new basic skills, such as deleted can. Is a multi-threaded design.
WebQueryforFTP
- 通过MFC实现了多线程环境下的ftp上传和下载功能。-through a multi-threaded environment ftp upload and download function.
37724084sftps
- 一款vc++编写的ftp客户端程序,实现了上传下载 等功能 ,可实现断点续传 ,多线程下载的-prepared by the ftp client procedures, the upload and download function can be realized HTTP. Multithreading Downloading
VB.FTP2.Rar
- FTP 多线程断点续传下载文件,VB比较详细
ftp
- 基于FTP协议,能实现多线程断点续传功能。
mfcftp3
- ftp多线程文件传输,用了多线程技术,支持ftp传输协议,是一个经典值得学习的例子,希望对大家有帮助
TestNet
- 多线程Ftp测试网络速度,自己编写的一个小程序,要求测试机开通Ftp服务端口21,测试帐号有写权限,ftp根目录下有temp目录,Linux用的较多-multithreading Ftp test network speeds and prepare themselves in a small procedure that requires testing services Ftp opened 21 ports, a test account write access, ftp root di
MultiClient_FTP
- 多线程的ftp客户端.能同时让多个客户从服务器上下载文件,实现多现程操作,对多线程编程有个深入浅出理解!
多线程断点续传(支持HTTP&FTP)源代码
- 多线程断点续传(支持HTTP&FTP)源代码,使用MFC编程