tnftpd is the Internet File Transfer Protocol server process. The server uses the TCP protocol and listens at the port specified in the ``ftp'' service specification; see services(5).
tnftpd is the Internet File Transfer Protocol server process. The server uses the TCP protocol and listens at the port specified in the ``ftp'' service specification; see services(5).
To install tnftpd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tnftpd
To see what files were installed by tnftpd, run:
port contents tnftpd
To later upgrade tnftpd, run:
sudo port selfupdate && sudo port upgrade tnftpd
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.