FTP服务器-Vsftpd
2010-11-08 13:32:18 阿炯

本站赞助商链接,请多关照。

vsftpd 是“very secure FTP daemon”的缩写,安全性是它的一个最大的特点。vsftpd 是一个 UNIX 类操作系统上运行的服务器的名字,它可以运行在诸如 Linux、BSD、Solaris、HP-UNIX等系统上面,是一个完全免费的、开发源代码的ftp服务器软件,支持很多其他的 FTP 服务器所不支持的特征。比如:非常高的安全性需求、带宽限制、良好的可伸缩性、可创建虚拟用户、支持IPv6、速率高等。

Vsftpd是一款开源的安全,高性能,稳定的ftp服务器软件,很多大型站点都使用了它,如ftp.redhat.com ftp.freebsd.org 等。vsftpd 更侧重性能和安全,越来越多的站点切换到了vsftpd。

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

Despite being small for purposes of speed and security, many more complicated FTP setups are achievable with vsftpd! By no means an exclusive list, vsftpd will handle:

* Virtual IP configurations
* Virtual users
* Standalone or inetd operation
* Powerful per-user configurability
* Bandwidth throttling
* Per-source-IP configurability
* Per-source-IP limits
* IPv6
* Encryption support through SSL integration
* etc...

最新版本:3.0
详见主页。

官方主页:http://vsftpd.beasts.org/

该文章最后由 阿炯 于 2012-05-25 13:40:11 更新,目前是第 2 版。