搜索资源列表
c++3
- ftp服务器代码,它可以同时接受多个ftp连接(多线程)并具有大部分的一些商业ftp服务器的功能。服务器支持所有基本的ftp命令并提供给用户简单的管理接口,支持虚拟目录。 -ftp server code, it can also accept a number of ftp connections (multithreading), and with most of the commercial ftp server functions. The server supports all
WindowsAppliction10
- 一个自己编的ftp服务器程序,可以实现简单的文件传输-an own addendum to the ftp server, can achieve a simple file transfer
Ftp
- Ftp服务器端实现, 一个简单的ftp服务器端。用c#编写。简单容易理解
网络应用合集
- 这是一个网络应用的合集,包括浏览器,网页源码,FTP服务器,简单的一个通讯程序。-This is a network application, the Ultimate including browser, the website source, FTP server, a simple communication procedures.
C# FTP 服务器源码例子
- 一个简单的FTP Server例子
FTP_download
- 文件传送是各种计算机网络都实现的基本功能,文件传送协议是一种最基本的应用层协议按照客户/服务器的模式进行工作,提供交互式的访问,是INTERNET使用最广泛的协议之一。本实验设计和实现一个简单的文件传送协议。-Use C# to build up a project to achieve FTP.The base function is upload and download the file.