Package:Proftpd

From Funtoo
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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