搜索资源列表
linux下用c语言实现的一个ftp程序
- linux下用c语言实现的一个ftp程序,包括server和client-using the C Language an ftp procedures, including server and client
MiniFTPServer
- MiniFTPServer是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;注意:帐号密码为toldo,主目录为C:/temp,在连接之前请先建立-MiniFTPServer is a console based on the ftp server, can be achieved most of the FTP server procedures; Note : toldo account password, home directory to C : / temp, i
Mini_FTP
- 用C++写的一个小型的FTP服务器,可能不太稳定,连接不能太多。-Using C + + to write a small FTP server, it may not be stable and not too many connections.
FTP_Server_Source
- 一个ftp服务器程序,用Visual c++编制,想要学习ftp和ftp机制的人十分适合,有十分多东西的值得学习-an ftp server, compiled with Visual c, want to learn ftp ftp mechanism and the people are very fit, a great many things worth learning
SharpDownload(FTP及WEB下载)
- 使用C#语言实现通过FTP服务器下载文件,有下载文件进度显示!-using C# language through FTP server download files, download files show progress!
一个简单的FTP服务器c源码
- 用C语言写的,很简练的,实现了基本的FTP功能(上传,下载,调试信息,文件夹查看等)的FTP服务器,配合FTP客户端能较好研究FTP协议的实现。