搜索资源列表
FTPshixian
- Visual C++6.0 实现的一个FTP文件传输程序。-achieved a FTP file transfer procedures.
myFtp
- 本系统是基于Windows环境和FTP协议,以Visual C++6.0作为开发平台,利用MFC框架提供的CSocket类开发的.实现了FTP的上传和下载
simple-file-share-system
- 摘 要:’rFTP(简单文件传送协议)是TCP/TP协议族中用来在客户机与服务器之间进行简单 文件传输的协议。文中给出了在visual C++6.0开发平台上 跟多客户端之间进行文件传榆的实现方法。该方法可以传输超过32MB的文件。-simple file share system by C language
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)