README
上传用户:ig0539
上传日期:2022-05-21
资源大小:181k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

C/C++

  1. This is vsftpd, version 2.2.2
  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.
  8. What is this?
  9. =============
  10. vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure. Obviously
  11. this is not a guarantee, but a reflection that I have written the entire
  12. codebase with security in mind, and carefully designed the program to be
  13. resilient to attack.
  14. Recent evidence shows that vsftpd is also extremely fast and scalable. vsftpd
  15. has achieved ~4000 concurrent users on a single machine, in a production
  16. environment.
  17. vsftpd is now a proven stable solution. Of particular note, RedHat used vsftpd
  18. to enable ftp.redhat.com to support 15,000 concurrent users across their
  19. server pool. This extreme load was generated by the release of RedHat 7.2 to
  20. the world.
  21. vsftpd now powers some of the largest and most prestigious sites on the
  22. internet.
  23. Installation
  24. ============
  25. Please see the INSTALL file.
  26. Configuration
  27. =============
  28. All configuration options are documented in the manual page vsftpd.conf.5.
  29. Various example configurations are discussed in the EXAMPLE directory.
  30. Frequently asked questions are tackled in the FAQ file.