FTP服务器软件介绍 vsftpd (Very Secure FTP daemon) vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is secure and extremely fast. It is stable. Don't take my word for it, though. Below, we will see evidence supporting all three assertions. We will also see a list of a few important sites which are happily using vsftpd. This demonstrates vsftpd is a mature and trusted solution. Features: 优点: 1、体积小,可定制强,效率高,安全, 高速,稳定的虚拟FTP Server 缺点:用系统的帐号进行用户的验证。不支持Windows平台。 官方站点:http://vsftpd.beasts.org/ 最新版本:Jul 2008 - vsftpd-2.0.7 Proftpd ProFTPD grew out of the desire to have a secure and configurable FTP server, and out of a significant admiration of the Apache web server. When the Project began, the most commonly used server was wu-ftpd. While wu-ftpd provides excellent performance and is generally a good product, it lacks numerous features found in newer Win32 FTP servers and has a poor security history. Many people, including the developers who work on ProFTPD, had spent a great deal of time fixing bugs and hacking features into wu-ftpd. Unfortunately, it quickly became clear that a complete redesign was necessary in order to implement the configurability and features desired. In addition to wu-ftpd, there are a few of other FTP servers available which are designed to be light-weight and secure at the expense of configurability. For example, Troll FTP is an excellent FTP daemon which is considerably more secure and less resource-intensive than wu-ftpd. Unfortunately, while it is quite suitable for basic FTP services, it does not offer the feature set required for more sophisticated FTP sites. ProFTPD is not a hack based on any other server, it's an independent source tree from the ground up. Features:
优点:设置简单,单一配置文件,可以单独运作(stand-alone)方式也可以由inetd启动,不执行外部程序。 缺点:仅支持Unix平台和类Unix平台,不支持Windows平台。 最新版本:17/Sep/2008 1.3.2rc2 (责任编辑:admin) |