
ProFTPD (short for Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems and Microsoft Windows (via Cygwin). Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD's primary design goal is to be a highly feature rich FTP server, exposing a large amount of configuration options to the user.
via Wikipedia infobox
ProFTPD is a highly configurable FTP daemon for Unix and Unix-like operating systems. See the README.ports file for more details about the platforms on which ProFTPD in known or thought to build and run. ProFTPD grew from a desire for a secure and configurable FTP server. It was inspired by a significant admiration of the Apache web server. Unlike most other Unix FTP servers, it has not been derived from the old BSD ftpd code base, but is a completely new design and implementation. ProFTPD's extensive configurability provides systems administrators great flexibility in user authentication and access controls, including virtual users and easy chroot() FTP sessions for individual users. ProFTPD is popular with many service providers for delivering update access to user web pages, without resorting to Unix shell accounts. Latest Release ftp://ftp.proftpd.org/distrib/source/ see RELEASE NOTES for an overview of the changes in this release. Major Features A single main configuration file, with directives and directive groups patterned after those of the Apache web server. Per directory ".ftpaccess" configuration similar to Apache's ".htaccess". Designed to run either as a stand-alone server or from inetd / xinetd . Multiple virtual FTP servers and anonymous FTP services. Multiple password files. Shadow password support, including support for expired accounts. Multiple authentication methods, including PAM, LDAP, SQL, and RADIUS. Virtual users. ProFTPD never executes any external program at any time. There is no SITE EXEC command, and all file and directory listings are generated internally, without using an external ls command. Anonymous FTP and other chroot directories do not require any specific directory structure, executable programs or other system files. Modular architecture with an API that facilitates well structured extensions to meet user needs. Visibility of directories or files controlled based on Unix style permissions or user/group ownership. Logging and utmp / wtmp support. Extensible, customizable logging is available. If supported by the capabilities the host system, it can run as a non-privileged user in stand-alone mode, thwarting attacks aimed at exploiting "root" privileges. GPLv2 source license. The source code is available to audit. For detailed installation instructions, see the INSTALL file in the root directory of the source distribution. However, a significant portion of ProFTPD's configurability is done at compile time, so it is highly recommended that you read INSTALL and all of the README. files that pertain to your platform and desired features before building the sources. ProFTPD uses a single configuration file. A few examples are included in the sample-configurations/ subdirectory of the source distribution. On most systems, the inetd or xinetd configuration must be changed, either to remove the current ftpd entry to run ProFTPD standalone, or to change the current ftpd entry to use the proftpd daemon. If you have questions, please ask them on the appropriate mailing lists.
~3 min read
ProFTPD (short for Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems and Microsoft Windows (via Cygwin). Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD's primary design goal is to be a highly feature rich FTP server, exposing a large amount of configuration options to the user.
==Supported platforms== AIX BSD/OS DG/UX Digital Unix FreeBSD HP/UX IRIX Linux Mac OS X NetBSD OpenBSD SCO Solaris SunOS Windows (via Cygwin)
Excerpt from the source-code README · 4,893 chars · not written by Vinony
via Wikidata · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).