搜索资源列表
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
FTP遍历下载目录
- 这是一个在windows平台下用vc6.0开发的一个“FTP遍历下载目录”程序,内有详细的注解-This is one of the windows platform with the development of a vc6.0 "FTP download directory traversal" process, with detailed footnotes
12.FTP上传下载文件演示
- 本程序是一个演示如何在FTP上传和下载文件的实例,简单实用。-this program is a demonstration of how the FTP upload and download files example, simple and practical.
ftp自动升级程序
- ftp 的自动升级程序,rar有兴趣的可以下载业-ftp automatic escalation procedures, rar interested to see if the industry can be downloaded
5下载示例源码 DownloadFile9
- ftp下载用的程序,用vc开发,很好用的,可以下载看看了-ftp download the program, vc development, good use, and can be downloaded to see the
FTP上传下载文件演示
- VC做的如何用FTP上传下载文件演示 -VC how do FTP upload download demo
VC中ftp协议实现多线程断点续传
- 用BCB实现ftp协议实现多线程断点续传,是当前下载工具的热点技术,值得研究。-with BCB achieve ftp protocol multithreading HTTP is the current download tools hot technologies, worth studying.
一个实现FTP功能的源代码
- 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy等支持; -1. The use o
downloadManager
- 一个下载程序,基于 java Swing 和HTTP协议。本版本还不支持FTP下载,有望在以后加入。-a download, based on java Swing and HTTP protocol. This version does not support FTP downloads, expected in the future.
urlfile
- 简单的ftp下载工具,适合初学网络的人学习-simple ftp download tools for beginners to learn the network
java-ftp
- 通过java程序访问ftp,实现对ftp的内容进行下载。-visit ftp, achieving the right ftp download.
05-09-16-vc-ftp
- 一个多线程FTP下载程序,基本功能,仅供参考,也是转载的,-a multithreaded FTP download, basic functions, for reference purposes only and is reproduced, huh
http-ftp-dll
- http下载的dll库.有头文件.需要加载.说明也再头文件里面-http download the dll. Is the first document. Want to load. Note again the first file
FTP(ver2)
- 比较完整的FTP库,含上传、下载、删除文件功能,支持多级目录-relatively complete the FTP, including upload, download, delete the file functions for the multi-level directory
FtpFile1
- 我本科毕设的一部分啊,功能 ·一款很不错的FTP下载工具用 ·使用socket写的ftp客户端 -a part ah, A very good function of the FTP download the use of socket tools used to write the ftp client
FTP-client-io
- 这是一个ftp下载的客户端,希望大家交流-This is a ftp download the client, we hope that the exchanges
FTPWanderer
- 国外高手写的一个FTP下载软件源码,代码精简,实现功能比较全面-foreign experts to write an FTP download the software source code, code streamlining and achieving a more comprehensive function
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
简单的FTP服务器
- 实现了简单的FTP功能,文件的上传,下载
ftp客户端端
- ftp的客户端源码,需要的可以下载。内容非常的丰富,想要深刻理解,可以使用。