This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Network > pure-ftpd (1.0.42)

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.

You can enable optional (not-autodetected) features by passing variables
to the script (VAR=yes/no ./pure-ftpd.SlackBuild):
MYSQL=yes|no (default: no), requires mysql (available in Slackware)
PGSQL=yes|no (default: no), requires postgresql
TLS=yes|no (default: no), requires openssl (available in Slackware)
LANGUAGE=english|german|french ... (default: english,
see http://download.pureftpd.org/pub/pure-ftpd/doc/README for a complete
list)

If you want to start the pure-ftpd daemon at boot, add this
to /etc/rc.d/rc.local

# Start pure-ftpd:
if [ -x /etc/rc.d/rc.pure-ftpd ]; then
/etc/rc.d/rc.pure-ftpd start
fi

to stop it at shutdown add the same lines, changing "start" with "stop",
to /etc/rc.d/rc.local_shutdown

Maintained by: Christophe Trussardi
Keywords: ftp,server
ChangeLog: pure-ftpd

Homepage:
http://www.pureftpd.org/

Source Downloads:
pure-ftpd-1.0.42.tar.gz (4195af8f0e5ee2a798b1014071dae3a3)

Download SlackBuild:
pure-ftpd.tar.gz
pure-ftpd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
config
doinst.sh
pure-ftpd.SlackBuild
pure-ftpd.info
slack-desc

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds