搜索资源列表
Ftpprotocal
- 实验三 Ftp协议的实现:采用C++实现,模拟ftp协议,实现资源下载。-Ftp three experimental realization of the agreement: The C++ Realization, simulation ftp agreements, resources to download.
MiniFTP
- 模拟FTP功能,实现上传下载等功能 包括服务器和客户端,适合初学者学习FTP原理,练习C++编程-MiniFTP
FTPservicer
- 基于c++的模拟的FTP服务器,着重关于ftp协议的算法设计和编写,对于学习网络编程的朋友有一定参考意义-Simulation-based c++ FTP server, focusing on the ftp protocol algorithms designed and written for learning network programming friends have a certain reference signifi
Ftp-file
- 这个是一个FTP的客户端的文件的上传和下载的类,类中提供了2个接口,一个是上传的接口,一个是下载的接口。我在网上看了很多源码,都有问题,这是我自己测试过的,里面包含一个测试用例。使用的时候下载一个SERV-U FTP的服务器软件,可以安装在本机,也可以安装在虚拟机上。这样就可以模拟远程服务器的环境了。添加用户名和密码,关于怎么具体的去设置FTP服务器你百度一下,如果不能上传和下载文件,看你的FTP是否允许用户上传和下载,即用户权限设置对
FTP
- TCP/UDP两个协议模拟多协议服务器,实现FTP(Multi-protocol FTP using TCP/UDP)
FTP
- c语言来模拟FTP服务器与客户端的实现,实现客户端与FTP服务器通信。(C language to simulate the implementation of FTP server and client, to achieve client and FTP server communication.)