搜索资源列表
FTP-client-server
- FTP服务器和客户端,按照FTP RFC标准实现,但是功能尚没有完全实现。但是框架和协议都是设定。
一个通过代理登陆服务器的FTP客户端
- 一个通过代理登陆FTP服务器的客户端小软件,对于初学者了解FTP很有帮助,能列目录下载,和上传。-landing an agent through FTP server small client software for beginners to understand FTP helpful, it would have to list directories download and upload.
ftp服务器与和客户端代码
- ftp服务器与和客户端代码
atftp_0.4.tar.gz
- linux系统下的tftp服务器和客户端程序,tftp server and client program in linux system
FTP
- 这是用vc++开发的ftp服务器和客户端程序,有助于初学ftp的人了解这些知识-This is used vc++ Development ftp server and the client program to help people understand ftp beginner knowledge
AsyncSocketServer
- ftp服务器和客户端的简短代码 用C#编写-ftp server and the client brief using C# code to prepare
ftp
- 一个简单的ftp实例,包括了服务器端和客户端,有详细的源码和说明,对入门者会有帮助-Ftp a simple example, including a server-side and client, has a detailed source code and instructions will be helpful for beginners
CSharpFTPServer
- CSharp制作的简单FTP服务器和客户端浏览器-CSharp made easy FTP server and client browser
FTP
- 用vc++6.0做的一个FTP服务器和客户端,用来实现FTP上传下载基本功能。-failed to translate
ftpApp
- ftp服务器和客户端的实现原理源代码,在PC机上调试通过,可以进行文件的下载和上传。-ftp server and client implementation of principles of the source code to debug through the PC, you can download and upload to the file.
FTP
- 实现FTP服务器和客户端访问交互的功能,分客户端和服务器端两部分-FTP class code
FTPserandclient
- FTP服务器和客户端的实现 -FTP
Ftp
- 采用MFC实现的Ftp服务器和客户端的应用程序-Achieved using MFC Ftp server and client applications
ftp
- ftp服务器和客户端的代码,实现ftp传输功能-ftp server and client code, ftp transfer function to achieve
ftp
- 通过学习linux下Socket编程,根据ftp协议,可以编写一个小型的ftp服务器和客户端,实现用户登录对文件的上传和下载的功能。-Learning under linux Socket programming, according to the ftp protocol, you can write a small ftp server and client, the user is logged on the file upload and download function.
FTP-Client-
- 一个FTP服务器和客户端程序,可以在FTP协议下实现远程文件传输-An FTP server and client programs, you can achieve remote file transfer protocol under FTP
Ftp
- 一个FTP服务器和客户端源码:客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。-An FTP server and client source : Client is responsible for user management , flow control, policy management and interactive sections. Server is responsible for bandwidth allocation , im
ftp 客户端 服务器
- 使用 vs 开发的一个 ftp 传输工具,实现服务器和客户端,可以提取关键的代码,整合到项目中使用。(Using a FTP transmission tool developed by vs to implement the server and client, the key code can be extracted and integrated into the project.)
my-ftp
- 自己写的FTP服务器和客户端,包括命令行客户端和GUI客户端,供大家参考(FTP Client and Server)
ftp
- 简单的ftp服务器和客户端 用Visual C++实现 在VS2019中可以成功运行(Simple FTP server and client)