Package:Proftpd

From Funtoo
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