搜索资源列表
tftpserver
- fcp/ip 协议栈 tftp服务端源码
TFTPclient
- TCP上传的源码 tcp为连路连接协议
ftplib-3.1-src.tar
- 一个开源的ftp Client源码实现,具备ftp的基本功能,对研究ftp协议帮助很大。曾被我用来测试ftp下载的网速。-an open source ftp client source code with the element functionality, which can be use to test the transfer speed of network.
FTP_Client_Source
- 该文件为FTP协议的客户端代码,可以方便对FTP的协议研究及源码分析有很大的帮助-The FTP protocol document for the client code, you can easily FTP protocol on research and analysis is very helpful source
ftpclient_demo
- FTP协议编程源码,供需要这方面编程的作为参考,希望有用。-FTP protocol programming source code for the programming needs of this area as a reference, hope helpful.
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)