搜索资源列表
WINPCAPFTP
- 基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析FTP-based on the TCP protocol analysis, analysis of WINPCAP engine, the main use to analyze FTP
完整的FTP程序
- 完整的FTP的代码,详细介绍了FTP协议的整个过程!-Complete FTP Program, describing the whole FTP protocol
ftp源代码
- FTP上传软件,可以进行简单的FTP协议的文件传送-FTP upload software, it's simple FTP file transfer agreement
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
VC中ftp协议实现多线程断点续传
- 用BCB实现ftp协议实现多线程断点续传,是当前下载工具的热点技术,值得研究。-with BCB achieve ftp protocol multithreading HTTP is the current download tools hot technologies, worth studying.
TJFTP_src
- ftp开发详细介绍,首先有助于对ftp协议的理解,再就是能提高编程技巧。-ftp develop detailed, first of all contribute to the understanding ftp agreement outlawing can improve programming skills.
一个FTP的完整程序
- 一个完整的FTP编程的例子,图形界面的使用方式,和通信协议的了解,使用的VC6.0和VC.net编译通过-a complete FTP programming examples, the use of a graphical interface, and communication protocol of understanding, the VC6.0 and compile VC.net
curl-7.15.1
- 支持HTTP/HTTPS/FTP/FTPS/DICT/TELNET/LDAP/FILE 和GOPHER等协议,功能非常强大。可以轻松作出象网络蚂蚁,Flashget那样的下载程序-support HTTP / HTTPS / FTP / FTPS / DICT / TELNET / LDAP / FILE and frustrated gopher such agreement, which is very powerful. As can easily make network ants, F
ftpsr
- unix下一个完整的FTP文件传输程序,用于通过ftp协议转送文件-under a complete FTP file transfer procedures for ftp file transfer agreement
NetworkProgramSet20060315
- Email ftp http icmp ras tapi telnet 网络协议代码实例,打包上传!Visual c++ 6.0-Email ftp http icmp ras TAPI telnet network protocol code examples, packing upload! Visual c 6.0
FTP_code
- 名称:miniFTP Server 一个迷你的FTP服务器,附源代码,学习FTP协议大有帮助-title : a mini miniFTP Server FTP server, with the source code, learning FTP great help
BroadcastClient
- 这是应用ftp协议进行信息传输的客户端,可以实时地接收ftp服务器端传来的信息.-This is the application ftp protocol messaging client, real-time ftp server to receive the information from.
FTP_client
- FTP客户端程序,感觉还行,作为学习ftp协议的一个帮助
ftp-socket
- 完整的ftp协议的实现 包含客户端和服务器端
FTPFactory
- 这是一个用Csharp 实现的遵循FTP协议的一个FTP类库
ftp
- 基于FTP协议,能实现多线程断点续传功能。
chuanshu
- 利用TIdHTTP和TIdFTP两个组件来完成HTTP协议的断点续传和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服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。