搜索资源列表
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
套接字编程源代码
- 有TCP/IP协议,UDP协议,FTP协议 实现嵌入式和PC机通信-a TCP / IP protocol, UDP, FTP protocol embedded and PC communication
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
ftpprotocalmultipletransferthroughtbreakpoint
- 根据ftp协议实现多线程断点续传,可以作为多线程断点续传的范例
ftp-socket
- 完整的ftp协议的实现 包含客户端和服务器端
ftp
- 基于FTP协议,能实现多线程断点续传功能。
如何用ftp协议实现多线程断点续传
- 这篇文章后对于BCB开发人员来说,不仅可以对 FlashGet 等软件的开发原理有一定的了解,特别是在开发组件方面也有很大的指导作用,请耐心的将它看完。很简单-this article for the BCB after the developers, not only to FlashGet software development tenets of a certain understanding, especially in the development of components ar
FTP协议分析
- 1、掌握FTP协议如何实现客户端和服务器端的交互 2、实践中对FTP协议的具体数据报的分析 Sniffer比课本上提供得数据包协议分析更为详尽。FTP协议就是不断得实现客户端和服务器端得交互,通过相互之间的数据包发送来进行文件的上传下载以及和客户端及服务器端的响应。对于FTP协议的分析能让我们更能体会到网络的双向以及及时响应的重要性,对于网络的具体认识有了进一步加深-one, grasp how to achieve FTP client and server side of the two i
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。
FTP
- 实现文件的FTP协议上传及下载,VC++实现,测试可以运行-The FTP protocol for file upload and download
Ftp
- FTP源程序,用于windows平台下的基于FTP协议的小程序,可以实现数据的传输。-FTP original procedure
FtpDownMultiThread
- Delphi 版的, 通过 WinSock2 实现 FTP 协议, 实现多线程下载, 目前只支持被动模式-Version of Delphi, through the FTP protocol to achieve WinSock2 to achieve multi-threaded download, currently only support passive mode
libfsnet-0.0.1-src.tar
- 包含SMTP,POP3,FTP,HTTP...通讯协议实现的库,以及socket的api。-The libFSNetwork library contains network classes for protocols like SMTP,POP3,FTP,HTTP...etc. and a wrapped socket-api-class
ftp
- 解析ftp协议。实现功能。我觉得很好。网络作业非常实用啊。-Resolution ftp protocol. Implementation features. I feel very good. Operation of the network is very useful ah.
ftp
- 实现ftp协议,实现ftp上传,下载等功能-ftp protocol
MyFtp11.23
- 通过FTP协议 实现连接底层嵌入式LINUX/ARM控制板,修改其配置文件。通过Telnet登陆,对LINUX 进行 重启,对软件进行升级;-The connection underlying embedded LINUX/ARM control board, modify its configuration files via the FTP protocol. Login via Telnet LINUX reboot, the software upgrade
ftp
- ftp下载工具,①了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ②主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端和服务器端)。 -ftp download tool, ① understand the FTP protocol works. (RFC765, RFC2228, RFC2640, RFC2773 ② is mainly b
FTP
- 设计一个GUI程序,实现FTP客户端功能。通过编程了解FTP协议的结构,掌握网络编程的基本原理和方法-Designing a GUI program, FTP client capabilities. By understanding the structure of the FTP protocol programming, network programming to master the basic principles and methods
ftp-copy
- FTP协议的简单实现,从客户端可以获得服务器端指定的文件夹信息(FTP protocol simple implementation, from the client can get the server specified folder information)