搜索资源列表
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
vc-ftp多线程断点续传
- 一个关于VC多线程,可断点续传的下载程序源码.-VC on a multi-threaded, HTTP download the source code.
VC中ftp协议实现多线程断点续传
- 用BCB实现ftp协议实现多线程断点续传,是当前下载工具的热点技术,值得研究。-with BCB achieve ftp protocol multithreading HTTP is the current download tools hot technologies, worth studying.
ftp协议实现多线程断点续传
- ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download a
实例49-多线程的ftp客户端
- 多线程的ftp客户端-multithreaded ftp client
vc下 ftp多线程下载
- vc下多线程下载
多线程断点续传(支持HTTP&FTP)源代码
- 多线程断点续传(支持HTTP&FTP)源代码,使用MFC编程
VC++编写的类似于FTP传输工具
- VC++编写的类似于FTP传输工具。可以支持多线程传输。,VC++ Prepared similar to FTP transfer tool. Can support multi-threaded delivery.
FTP
- EasyFtp是一款用于文件传输的软件。运行于WINDOWS95/98环境下。 它将FTP的基本功能图形化,并实现了一些功能的增强。 具体功能如下: 1.文件,目录(带子目录及文件)的相互传送。 2.多线程分块传输。 3.后台任务队列控制,可实现停止、重启、续传等操作。 4.远程服务器的地址信息管理。 5.对远程服务器可实现建目录、删除、改名等操作。 6.对本地同样可实现这些功能。 7.选项控制文件的传输。 -EasyFtp is a software for
FTP
- ftp程序,实现了文件的下载,应用了多线程-ftp program, download a file, the application of multi-threaded
SimpleFTP20_src
- 基于多线程的FTP服务器开这个自行设计的FTP服务器其基本模式为C/S 模式,那么宏观的C/S模式如下图-Based on multi-threaded FTP server designed to open the FTP server of its basic model C/S mode, then a macro-C/S model as illustrated
link
- 支持多线程断点续传的文件传输(FTP)程序(含服务端和客户端、支持蓝牙(Bluetooth)传输)-Support multi-threaded HTTP file transfer (FTP) procedures (including server and client, support Bluetooth (Bluetooth) transmission)
Ftp
- FTP上传功能,使用独立线程控制,解决程序未响应。-FTP upload feature, use an independent thread control, settlement procedures did not respond.
FtpDownMultiThread
- Delphi 版的, 通过 WinSock2 实现 FTP 协议, 实现多线程下载, 目前只支持被动模式-Version of Delphi, through the FTP protocol to achieve WinSock2 to achieve multi-threaded download, currently only support passive mode
FTP_DOWNLOAD
- FTP多线程断点续传下载文件,封装成DLL,并且用链表方式进行多任务管理-it user FTP and mutithread to download files
vc-ftp
- 用VC写的支持FTP协议下载的源代码。支持多线程FTP下载。感兴趣的朋友可以下载看看。-Written with the VC support FTP protocol to download the source code. Support multi-threaded FTP download. Interested friends can download to see.
ftp
- ftp服务器 上传 下载 多线程 速度快 操作简单 简单实用的ftp服务器-ftp server, uploading and downloading speed is simple multi-threaded
httpmultithread
- c# 简单的基于HTTP和FTP的多线程下载示例 -c# simple HTTP and FTP-based multi-threaded download sample
Ftp
- 多线程FTP下载上传.indy10.能够断点虚传.-Multi-threaded FTP download. Indy10.
VC FTP多线程上传、下载
- C++编写的,FTP多线程上传下载的一个程序,新手可以学习一下这些编程。(C++ programming, FTP multithreaded upload download a program, novice can learn these programming.)