Package:Proftpd

From Funtoo
Revision as of 04:29, June 29, 2014 by Threesixes (talk | contribs) (Created page with "{{Ebuild |Summary=An advanced and very configurable FTP server. |CatPkg=net-ftp/proftpd |Maintainer=bernd@lommerzheim.com, voyageur@gentoo.org, slyfox@gentoo.org }} Proftpd is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Proftpd

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Proftpd is an advanced and very configurable FTP server.

Installation

Install net-ftp/proftpd:

root #emerge proftpd

Configuration

Anonymous read-only access

Anonymous read only access requires -acl use flag set. Permissions on /home/ftp require chmod 555 ran on the directory.

   /etc/proftpd/proftpd.conf
<Anonymous /home/ftp>

Init

OpenRC

To start proftpd on boot:

root #rc-update add proftpd default

To start proftpd now:

root #rc-service proftpd start