Config.in 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. config BR2_PACKAGE_PURE_FTPD
  2. bool "pure-ftpd"
  3. depends on BR2_USE_MMU # fork()
  4. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  5. help
  6. Pure-FTPd is a free (BSD), secure, production-quality and
  7. standard- conformant FTP server. It doesn't provide useless
  8. bells and whistles, but focuses on efficiency and ease of
  9. use. It provides simple answers to common needs, plus unique
  10. useful features for personal users as well as hosting
  11. providers.
  12. http://www.pureftpd.org
  13. if BR2_PACKAGE_PURE_FTPD
  14. config BR2_PACKAGE_PURE_FTPD_FTPWHO
  15. bool "ftpwho"
  16. help
  17. Enable the pure-ftpd command. Pure-ftpwho shows current
  18. Pure-ftpd client sessions. Only the system administrator
  19. may run this. Output can be text (default), HTML, XML data
  20. and parser-optimized.
  21. config BR2_PACKAGE_PURE_FTPD_QUOTAS
  22. bool "quotas"
  23. help
  24. Enable virtual quotas. With virtual quotas, restrictions can
  25. be placed on the maximum number of files a user can store in
  26. his account. In addition, restrictions can also be placed on
  27. the total size.
  28. config BR2_PACKAGE_PURE_FTPD_UPLOADSCRIPT
  29. bool "uploadscript"
  30. help
  31. Enable pure-upload script. Automatically run an external
  32. program after a successful upload.
  33. endif