openbsd-ports/net/pure-ftpd/pkg/DESCR
brad 7e2f38ea89 add a virtual_chroot FLAVOR.
--
From: Okan Demirmen <okan at demirmen dot com>
2003-05-23 22:30:58 +00:00

24 lines
1.1 KiB
Plaintext

Pure-FTPd is a fast, production-quality, standard-conformant FTP server,
based upon Troll-FTPd.
Unlike other popular FTP servers, it's designed to be secure in default
configuration, has no known buffer overflow, it is really trivial to set
up and it is especially designed for modern kernels.
Features include chroot()ed and/or virtual chroot()ed home directories,
virtual domains, built-in 'ls', anti-warez system, bounded ports for
passive downloads, FXP protocol, bandwidth throttling, ratios,
LDAP / MySQL / PostgreSQL-based authentication, fortune files, Apache-like
log files, fast standalone mode, text / HTML / XML real-time status report,
virtual users, virtual quotas, privilege separation and more.
Flavors:
ldap - Build with LDAP support as an authentication source
mysql - Build with MySQL support as an authentication source
postgresql - Build with PostgreSQL support as an authentication source
no_banner - Build Pure-FTPd to not display a banner on connection
virtual_chroot - Build Pure-FTPd with the ability to follow symlinks
outside of the chroot jail
WWW: ${HOMEPAGE}