Netatalk Client is a file sharing client written in C which can be used to access AFP shares exposed by multiple devices, notably personal file sharing on older Mac OS X and Classic Mac OS computers, Netatalk servers hosted on Linux/*BSD/Solaris/macOS, Apple AirPort and Time Capsule products as well as other AFP enabled NAS devices from various vendors. Netatalk Client is an improved fork of afpfs-ng.
Netatalk Client is a file sharing client written in C which can be used to access AFP shares exposed by multiple devices, notably personal file sharing on older Mac OS X and Classic Mac OS computers, Netatalk servers hosted on Linux/*BSD/Solaris/macOS, Apple AirPort and Time Capsule products as well as other AFP enabled NAS devices from various vendors. Netatalk Client is an improved fork of afpfs-ng.
To install netatalk_client, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install netatalk_client
To see what files were installed by netatalk_client, run:
port contents netatalk_client
To later upgrade netatalk_client, run:
sudo port selfupdate && sudo port upgrade netatalk_client
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.