ProFTPD
Open-source FTP server software
title: "ProFTPD" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["ftp-server-software", "free-server-software", "free-file-transfer-software", "ftp-server-software-for-linux", "unix-internet-software", "free-software-programmed-in-c", "software-using-the-gnu-general-public-license"] description: "Open-source FTP server software" topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/ProFTPD" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Open-source FTP server software ::
::data[format=table title="Infobox software"]
| Field | Value |
|---|---|
| name | ProFTPD |
| logo | Logo of ProFTPD.png |
| caption | ProFTPD logo |
| developer | John Morrissey, Michael Renner, Daniel Roesen, TJ Saunders, et al. |
| latest release version | |
| latest release date | |
| latest preview version | |
| latest preview date | |
| genre | FTP daemon |
| license | GPL-2.0-or-later |
| website | |
| operating_system | Unix-like systems |
| :: |
| name = ProFTPD | logo = Logo of ProFTPD.png | caption = ProFTPD logo | developer = John Morrissey, Michael Renner, Daniel Roesen, TJ Saunders, et al. | latest release version = | latest release date = | latest preview version = | latest preview date = | genre = FTP daemon | license = GPL-2.0-or-later | website = | operating_system = Unix-like systems
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)
Configuration and features
ProFTPD includes a number of options that are not available with many other FTP daemons. The configuration of ProFTPD is performed in a single main configuration file called /etc/proftpd/proftpd.conf. Due to its similarities to the configuration file of Apache HTTP Server it is intuitively understandable to someone who uses this popular web server.
Some of the most noticeable features are:
- Per directory ".ftpaccess" configuration similar to Apache's ".htaccess"
- Multiple virtual FTP servers and anonymous FTP services
- Runs either as a stand-alone server or from inetd/xinetd, depending on system load
- Anonymous FTP root directories do not require any specific directory structure, system binaries or other system files
- No SITE EXEC command, which in modern Internet environments represent a security issue
- Hidden directories and files, based on Unix-style permissions or user/group ownership
- Runs as a configurable non-privileged user in stand-alone mode in order to decrease chances of attacks which might exploit its "root" abilities
- Logging and utmp/wtmp support.
- Shadow password suite support, including support for expired accounts
- Modular design, allowing server to be extended easily with modules. Modules have been written for SQL databases, LDAP servers, SSL/TLS encryption, RADIUS support, etc.
- IPv6 support
Graphical user interface
::figure[src="https://upload.wikimedia.org/wikipedia/commons/6/6d/Gproftpd_user_tab.png" caption="Screenshot of GAdmin-ProFTPD showing the user administration tab." alt="Screenshot of GAdmin-ProFTPD showing the user administration tab."] ::
ProFTPD comes with a command-line interface (CLI) only, but there are several third-party Graphical user interfaces (GUI) existing for ProFTP for users who prefer this to the CLI, or like to use a combination of both. Especially when it comes for example to real-time monitoring of current user actions and file transmissions, a GUI can be very helpful and superior to the CLI. Some existing GUIs for ProFTPD are (selection):
- GAdmin-ProFTPD, a GTK+ front end for GNOME and KDE, as a part of the GAdmintools collection
- ProFTPD Admin
- ProFTPD PHP/MySQL administration tool
- ProFTPD Administrator
References
References
- [http://www.brighthub.com/computing/linux/articles/77819.aspx FTP Server Software for Linux]
- [http://linuxreviews.org/software/ftp-servers/ A glance at the common Linux ftp servers]
- (2006). "Network Security Hacks: Tips & Tools for Protecting Your Privacy". O'Reilly Media, Inc..
- http://proftpd.org/features.html Features
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::