wok-next view 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 source
1 Pure-FTPd is a fast, production-quality, standard-conformant FTP server, based
2 upon Troll-FTPd.
4 The server has been designed to be secure in default configuration, it has no
5 known vulnerability, it is really trivial to set up and it is especially
6 designed for modern kernels. It was successfully ported to Linux, FreeBSD,
7 DragonflyBSD, NetBSD, OpenBSD, Bitrig, OSX, AIX and iPhone.
9 Features include `chroot()`ed and/or virtual `chroot()`ed home directories,
10 virtual domains, built-in `ls`, anti-warez system, configurable ports for
11 passive downloads, FXP protocol, bandwidth throttling, ratios, LDAP / MySQL /
12 PostgreSQL-based authentication, fortune files, Apache-like log files, fast
13 standalone mode, text / HTML / XML real-time status report, virtual users,
14 virtual quotas, privilege separation, TLS and more.
16 ### Who's using it?
18 Many people new to Unix are running Pure-FTPd because they find it easy to
19 install. But that software is also used on embedded systems and highly loaded
20 production servers, especially for hosting services.
22 For large sites with centralized user management, Pure-FTPd provides flexible
23 authentication schemes including SQL and LDAP backends, plus the ability to
24 easily write new custom handlers in any language.
27 ### SliTaz notes
29 To start pure-ftpd server you can run:
31 /etc/init.d/pure-ftpd start
33 Or add pure-ftpd to RUN_DAEMONS in /etc/rcS.conf