add pure-ftpd port
--
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 home directories, virtual domains, built-in
'ls', anti-warez system, bounded ports for passive downloads, FXP
protocol, bandwidth throttling, ratios, LDAP, customizable SQL, fortune
files, Apache-like log files, fast standalone mode, text / HTML / XML
real-time status report, virtual users, virtual quotas and more.
2001-12-14 11:31:32 -05:00
|
|
|
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.
|
|
|
|
|
2001-12-27 15:13:45 -05:00
|
|
|
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,
|
2003-01-30 14:56:58 -05:00
|
|
|
virtual users, virtual quotas, privilege separation and more.
|
add pure-ftpd port
--
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 home directories, virtual domains, built-in
'ls', anti-warez system, bounded ports for passive downloads, FXP
protocol, bandwidth throttling, ratios, LDAP, customizable SQL, fortune
files, Apache-like log files, fast standalone mode, text / HTML / XML
real-time status report, virtual users, virtual quotas and more.
2001-12-14 11:31:32 -05:00
|
|
|
|
2001-12-17 15:33:34 -05:00
|
|
|
Flavors:
|
2001-12-27 15:13:45 -05:00
|
|
|
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
|
2001-12-31 09:18:32 -05:00
|
|
|
no_banner - Build Pure-FTPd to not display a banner on connection
|
2003-05-23 18:30:58 -04:00
|
|
|
virtual_chroot - Build Pure-FTPd with the ability to follow symlinks
|
|
|
|
outside of the chroot jail
|