libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / vsftpd / README
blob6e9c693503328302d791505057b8417afc97de9b
1 This is vsftpd, version 2.3.4
2 Author: Chris Evans
3 Contact: scarybeasts@gmail.com
4 Website: http://vsftpd.beasts.org/
5 - All options are documented in the vsftpd.conf.5 manual page.
6 - See the FAQ file for solutions to frequently asked questions.
7 - Visit http://vsftpd.beasts.org/ for vsftpd news and releases.
9 What is this?
10 =============
12 vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure. Obviously
13 this is not a guarantee, but a reflection that I have written the entire
14 codebase with security in mind, and carefully designed the program to be
15 resilient to attack.
17 Recent evidence shows that vsftpd is also extremely fast and scalable. vsftpd
18 has achieved ~4000 concurrent users on a single machine, in a production
19 environment.
21 vsftpd is now a proven stable solution. Of particular note, RedHat used vsftpd
22 to enable ftp.redhat.com to support 15,000 concurrent users across their
23 server pool. This extreme load was generated by the release of RedHat 7.2 to
24 the world.
25 vsftpd now powers some of the largest and most prestigious sites on the
26 internet.
28 Installation
29 ============
31 Please see the INSTALL file.
33 Configuration
34 =============
36 All configuration options are documented in the manual page vsftpd.conf.5.
37 Various example configurations are discussed in the EXAMPLE directory.
38 Frequently asked questions are tackled in the FAQ file.