搜索资源列表
实例49-多线程的ftp客户端
- 多线程的ftp客户端-multithreaded ftp client
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724
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. man
FTP-MULTITH
- 本文给出了一个用vc实现FTP多线程下载的实例。-this paper using vc achieve a multithreaded FTP download the examples.
ftptranser
- 大家好,好久没做什么东西了,前些日子偶然看到本论坛的一个FTP多线程断点续传的源代码,拿来研究了一下,相信有很多朋友也对此感兴趣。今天和大家一起讨论一下。 这个软件最大的遗憾就是是BCB的东西,而好多朋友用的是VC,我花了两天时间才把他完全弄成VC的版本,然后心血来潮,想自己编一个。于是规划了一下,先做界面,下载部分吗?打算用完成端口。这样在Windows下比较有效率。-you all a long time has not do
FTP_Client_xulp
- ftp多线程断点续传,带有xp 的theme-ftp multithreaded HTTP, with the theme xp
paulyreceive-3
- 一个FTP多线程断点续传的源代码,用vc实现的。希望对大家有帮助!-a multithreaded FTP HTTP source code, using vc achieve. We want to help!
ftp
- vc开发的一个ftp客户端,有好的交互界面,实现了多线程的下载和上传功能-vc developed an ftp client, has a good interface to achieve a multi-threaded download and upload function
ftp
- 带有进度条的ftp控件 只需要通过属性 设定地址和用户密码 多线程实现-With a progress bar of the ftp control through the Properties settings only need to address and user password realize multi-threaded
mfcftp3
- ftp多线程文件传输,用了多线程技术,支持ftp传输协议,是一个经典值得学习的例子,希望对大家有帮助-multithreaded ftp file transfer, multi-threading technology used to support the ftp transfer protocol, is a classic example worthy of study, in the hope that everyone ha
ftpserversrc
- FTP服务器端源代码,非常好,可以实现FTP多线程下载的功能.-FTP server-side source code, very good, can realize multi-threaded FTP download function.
ftp
- VC++编写的类似于FTP传输工具。可以支持多线程传输。-VC++ Prepared similar to FTP transfer tool. Can support multi-threaded delivery.
linuxdown-1.2.0.tar
- FTP多线程下载客户端 在linux下解压,编译,运行 按照运行提示即可实现linux下的多线程下载-FTP multi-threaded download client under linux unzip, compile, run prompts can be realized in accordance with the running of multi-threaded linux download
FTP
- ftp程序,实现了文件的下载,应用了多线程-ftp program, download a file, the application of multi-threaded
ftp
- 个人开发的ftp软件,支持多线程下载,比cuteftp等软件逊色,只是个人爱好。-Personal development ftp software, support multi-threaded downloading software such as CuteFTP favorably than only personal hobby.
HttpFtpThreadGet
- http,ftp多线程下载文件,用C++编写,效果很好。-http, ftp multithread download file
VC FTP多线程上传、下载
- C++编写的,FTP多线程上传下载的一个程序,新手可以学习一下这些编程。(C++ programming, FTP multithreaded upload download a program, novice can learn these programming.)
FTP、HTTP 多线程断点续传下载文件 源码
- FTP、HTTP 多线程断点续传下载文件 源码,可做下载器编程参考(FTP, HTTP multithreaded HTTP download source code, to download programming reference)