Proftpd

From ArchWiki

Jump to: navigation, search
Image:Tango-document-new.png This article is a stub.
It may be confusing, not contain enough information, or be a placeholder for an article to come. People are invited to expand it to full article status and remove this box.

[edit] ProFTPD Installation

pacman -Sy proftpd

[edit] Daemon Configuration

nano /etc/rc.conf ( add 'proftpd' to the DAEMONS list )

[edit] More to Follow

A more in depth installation & configuration tutorial will come about shortly...
To head off a common problem, for anonymous access to work with /bin/false as the shell for the ftp user (the default configuration), you must add the line "RequireValidShell off" to /etc/proftpd.conf. Otherwise anonymous logins will receive a 530 error.

Personal tools