ProFTPD is a highly configurable ftp daemon for unix and unix-like operating systems. ProFTPD is designed to be somewhat of a drop-in replacement for wu-ftpd with a configuration format like Apache.
ProFTPD is a highly configurable ftp daemon for unix and unix-like operating systems. ProFTPD is designed to be somewhat of a drop-in replacement for wu-ftpd with a configuration format like Apache.
To install proftpd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install proftpd
To see what files were installed by proftpd, run:
port contents proftpd
To later upgrade proftpd, run:
sudo port selfupdate && sudo port upgrade proftpd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.