Difference between revisions of "Package:Proftpd"

From Funtoo
Jump to navigation Jump to search
(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...")
 
 
Line 8: Line 8:
== Installation ==
== Installation ==
Install {{Package|net-ftp/proftpd}}:
Install {{Package|net-ftp/proftpd}}:
<console>###i##emerge proftpd</console>
<console>###i## emerge proftpd</console>


== Configuration ==
== Configuration ==
Line 24: Line 24:
To start proftpd on boot:
To start proftpd on boot:


<console>###i##rc-update add proftpd default</console>
<console>###i## rc-update add proftpd default</console>


To start proftpd now:
To start proftpd now:


<console>###i##rc-service proftpd start</console>
<console>###i## rc-service proftpd start</console>
{{EbuildFooter}}
{{EbuildFooter}}

Latest revision as of 04:35, June 29, 2014

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