wok-next diff pure-ftpd/description.txt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pure-ftpd/description.txt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +Pure-FTPd is a fast, production-quality, standard-conformant FTP server, based
     1.5 +upon Troll-FTPd.
     1.6 +
     1.7 +The server has been designed to be secure in default configuration, it has no
     1.8 +known vulnerability, it is really trivial to set up and it is especially
     1.9 +designed for modern kernels. It was successfully ported to Linux, FreeBSD,
    1.10 +DragonflyBSD, NetBSD, OpenBSD, Bitrig, OSX, AIX and iPhone.
    1.11 +
    1.12 +Features include `chroot()`ed and/or virtual `chroot()`ed home directories,
    1.13 +virtual domains, built-in `ls`, anti-warez system, configurable ports for
    1.14 +passive downloads, FXP protocol, bandwidth throttling, ratios, LDAP / MySQL /
    1.15 +PostgreSQL-based authentication, fortune files, Apache-like log files, fast
    1.16 +standalone mode, text / HTML / XML real-time status report, virtual users,
    1.17 +virtual quotas, privilege separation, TLS and more.
    1.18 +
    1.19 +### Who's using it?
    1.20 +
    1.21 +Many people new to Unix are running Pure-FTPd because they find it easy to
    1.22 +install. But that software is also used on embedded systems and highly loaded
    1.23 +production servers, especially for hosting services.
    1.24 +
    1.25 +For large sites with centralized user management, Pure-FTPd provides flexible
    1.26 +authentication schemes including SQL and LDAP backends, plus the ability to
    1.27 +easily write new custom handlers in any language.
    1.28 +
    1.29 +
    1.30 +### SliTaz notes
    1.31 +
    1.32 +To start pure-ftpd server you can run:
    1.33 +
    1.34 +    /etc/init.d/pure-ftpd start
    1.35 +
    1.36 +Or add pure-ftpd to RUN_DAEMONS in /etc/rcS.conf