搜索资源列表
FtpBrowse
- FTP(File Transfer Protocol)即文件传输协议,是一种被广泛应用的网络协议。该协议建立在TCP/IP基础之上,能够保证高可靠性的文件传输。本程序是FTP客户端软件的开发实例。-FTP (File Transfer Protocol) file transfer protocol that is a widely used network protocols. The agreement builds on a TCP / IP based, to ensure high r
Sm
- 一个功能简单的FTP工具,对于初识TCP/IP协议的编程者很有帮助-A function of a simple FTP tool acquaintance for TCP/IP protocol programmers helpful
httpdesigninvbnet
- 众所周知,Internet的基本协议是TCP/IP协议,目前广泛采用的FTP、Archie Gopher等是建立在TCP/IP协议之上的应用层协议,不同的协议对应着不同的应用,本论文阐述了Visual Basic.net中HTTP协议的实现过程-As we all know, Internet' s basic protocol is TCP/IP protocol, the widely used FTP, Archie Gopher, etc. is based on TCP/IP p
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)