mod_ftp is a module for Apache HTTP Server that implements the File Transfer Protocol (FTP) within the Apache architecture. It leverages Apache's flexibility to serve FTP alongside HTTP and HTTPS from the same server instance. mod_ftp supports key FTP features like SSL/TLS encryption, authentication, dynamic content, and logging while integrating with the Apache ecosystem. The document provides an overview of mod_ftp's capabilities and includes a sample configuration.