ProFTPD
ProFTPD (Pro FTP daemon) is a highly feature rich FTP server, exposing large amount of configuration options to the user.
Configuration
The configuration file is available at /etc/proftpd.conf
.
The project's website has an extensive documentation.
Anonymous access
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.
gollark: No JS, server rendering of comment sections.
gollark: This would also result in "improved" comments and some other things.
gollark: This has not, however, happened.
gollark: There was a project proposal (by me, for me) to make it a nonstatic site and rework the caching.
gollark: Anyway, osmarks.tk is just a redirect.
See also
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.