搜索资源列表
ftp协议.zip
- FTP客户端
rfc959-ftp
- RFC959 -FTP协议官方规范文档,写FTP应用程序必读的参考资料。(英文原版)-RFC959-standard FTP protocol official documents, was made mandatory FTP applications electronically. (English original)
ftp
- 用FTP协议实现传输功能,希望高手能够加以完善.
ftp客户端11
- ftp上传下载系统客户端,Java实现,根据ftp协议,通过ip地址访问-ftp upload download client, Java, ftp protocol, ip addresses
协议编程
- 这是一个小工程,主要利用了ftp协议的编程,对一般的文件商船具有参考价值-This is a small project, the main use of the programming ftp agreement, a document on the general merchant with reference value
FTP客户端程序
- ftp协议实现多线程断点续传的代码
FTP-.rar
- 标准C语言编写的FTP客户端,充分利用FTP协议,实现FTP上传下载功能,C language standard FTP client, make full use of FTP protocol, FTP uploading and downloading functionality implementation
FTP
- 这是一个ftp工具的源代码,看了这个源代码加深了我对ftp协议的理解,相信对初学者有一定的帮助-This is an ftp tools, source code, read the source code has deepened my understanding of the ftp protocol, I believe there is some help for beginners
FTP
- FTP 协议 实现了 文件传输 和下载的简单 功能-The FTP protocol to achieve a simple file transfer and download
ftp协议
- FTP客户端-FTP client
servU-v6.301H
- Serv-U 是一种被广泛运用的FTP服务器端软件,支持 9x/ME/NT/2K 等全Windows系列。它设置简单,功能强大,性能稳定。FTP 服务器用户通过它用 FTP协议能在 internet上共享文件。-Serv-U is a widely used FTP server-side software, such as support for the entire Windows family 9x/ME/NT/2K. It set up a simple, powerful, stabl
FileZilla
- FileZilla是SourceForge的开源项目之一,它的客户端软件支持快速FTP,SFTP协议,其服务器软件是一个完整的FTP服务器。是研究FTP协议的必备资料。-FileZilla is one of SourceForge open-source projects, and its client software to support the rapid FTP, SFTP protocol, the server software is a complete FTP server.
FTPdemo
- FTP协议编程,具有FTP客户端的演示程序,绝对好用!-FTP;client demo
FTP
- 在当今信息社会,以国际互联网(Internet)为主要特征的信息基础设施正在改变人们的生活方式,资源共享已经成为人们生活的迫切需要。尽管远程登陆(Telnet)提供了访问远程文件的极好方法,但怎么也比不上使用自己计算机中的文件方便。如果用户想使用其它计算机上的文件,最理想的方法就是把它COPY到自己的计算机中,以便在本地计算机上操作。FTP正是完成这项工作的工具,你可以在任意个可经文件传输协议(FTP)访问的公共有效的联机数据库或文档中找到你想要的任何东西。全世界现在已有1000多个(96年的数
ftp
- ftp协议实现多点续传,好象有点怪异哦。-ftp protocol Resume Multi-point, it seems a bit strange Oh.
Ftp-Vc
- 基于C++ 的Ftp协议封装,使用serv-u就可以测试协议,上传下载-Based on C++, Ftp protocol encapsulation, use the serv-u can test the agreement, uploading and downloading
FTP
- FTP协议提供了两台计算机之间的数据传输的方法,本实例利用FTP协议进行上传和下载。-FTP protocol provides data transfer between two computers the method, the instance of the use of FTP protocol to upload and download.
ftpusingsocket
- 本文从应用实现的角度,介绍了 FTP 协议。并用详尽的例子分析了如何用主动模式和被动模式实现 FTP 客户端上传下载文件,如何进行断点续传。通过本文可以让读者对 FTP 客户端的原理有一个深入的了解。-introduce ftp protocol and use some examples to download fils using ftp
FTP客户端
- 关键字:Ftp客户端、FTP协议、工作原理、上传下载(Ftp client, FTP protocol, working principle, uploading and downloading)
FTP客户端源码VC++6.0
- FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)