2014-09-28 21:12:50 +02:00
|
|
|
config BR2_PACKAGE_PURE_FTPD
|
|
|
|
bool "pure-ftpd"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2017-04-22 19:18:02 +02:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2014-09-28 21:12:50 +02:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Pure-FTPd is a free (BSD), secure, production-quality and
|
|
|
|
standard- conformant FTP server. It doesn't provide useless
|
|
|
|
bells and whistles, but focuses on efficiency and ease of
|
|
|
|
use. It provides simple answers to common needs, plus unique
|
|
|
|
useful features for personal users as well as hosting
|
|
|
|
providers.
|
2014-09-28 21:12:50 +02:00
|
|
|
|
|
|
|
http://www.pureftpd.org
|
2016-12-19 22:17:29 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_PURE_FTPD
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PURE_FTPD_FTPWHO
|
|
|
|
bool "ftpwho"
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Enable the pure-ftpd command. Pure-ftpwho shows current
|
|
|
|
Pure-ftpd client sessions. Only the system administrator
|
|
|
|
may run this. Output can be text (default), HTML, XML data
|
|
|
|
and parser-optimized.
|
2016-12-19 22:17:29 +01:00
|
|
|
|
2017-01-18 19:58:51 +01:00
|
|
|
config BR2_PACKAGE_PURE_FTPD_QUOTAS
|
|
|
|
bool "quotas"
|
|
|
|
help
|
|
|
|
Enable virtual quotas. With virtual quotas, restrictions can
|
|
|
|
be placed on the maximum number of files a user can store in
|
2017-12-18 09:21:05 +01:00
|
|
|
his account. In addition, restrictions can also be placed on
|
|
|
|
the total size.
|
2017-01-18 19:58:51 +01:00
|
|
|
|
2018-01-12 20:53:45 +01:00
|
|
|
config BR2_PACKAGE_PURE_FTPD_UPLOADSCRIPT
|
|
|
|
bool "uploadscript"
|
|
|
|
help
|
|
|
|
Enable pure-upload script. Automatically run an external program
|
|
|
|
after a successful upload.
|
|
|
|
|
2016-12-19 22:17:29 +01:00
|
|
|
endif
|