搜索资源列表
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
WinCEFTPClient
- WinCE下的FTP客户端,只支持单线程文件上传下载删除的功能,局域网访问效果很好,支持外网访问。 -WinCE under the FTP client, which only supports thread to delete downloaded file upload function, LAN visit to good effect, and network support to the visit.
multiftpthreadprj
- 用C#编写了多线程的程序,大家相互学习.希望能够在这里认识很多的编程爱好者-this program is for ftp multi-thread. We can learn each other.Bless
Ftp
- FTP上传功能,使用独立线程控制,解决程序未响应。-FTP upload feature, use an independent thread control, settlement procedures did not respond.
FTPTree
- FTPTree FTP Thread Tree Demo
MyDownloader_src
- Sources code of download software. Write in C#. You could download files from web by multi thread. The software support FTP, Http ,Https and so on.
FTP-Multi-Thread
- VB 无需使用INET控件,多线程登录FTP服务器。-Without the use of INET control, the multi thread login to the FTP server.
Downloader
- 使用了多线程技术,每个任务一条线程,不过只支持HTTP协议的文件下载,FTP协议的没测试,也没想弄这方面-Not tested using multi-threading technology, one thread for each task, but only supports the HTTP protocol file downloads, FTP protocol, but also thought to get this regard
Perl IRC Bot
- Perl IRC Bot use warnings; use POE::Component::IRC; use POE::Kernel; use POE::Session; use POE::Loop::Select; use POE::Resource::Aliases; use POE::Resource::Events; use POE::Resource::Extrefs; use POE::Resource::FileHandles; use POE::Resource::SIDs;
dotnetdownloader-15166
- .net 多线程下载工具,支持断点续传,支持FTP/Http下载-.net multi thread downloading tool
17845719
- 展示了用WinInet FTP函数在第二个线程执行期间从匿名FTP服务器上下载文件的方法-Shows the using WinInet FTP function during the second thread execution the anonymous method to download files on the FTP server
9709862
- 展示了用WinInet FTP函数在第二个线程执行期间从匿名FTP服务器上下载文件的方法(Shows the using WinInet FTP function during the second thread execution from the anonymous method to download files on the FTP server)
tge-Shxjs
- 展示了用WinInet FTP函数在第二个线程执行期间从匿名FTP服务器上下载文件的方法(Shows the using WinInet FTP function during the second thread execution from the anonymous method to download files on the FTP server)