注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Proftpd
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...")
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