Netcat 6 is a netcat clone with IPv6 support. It is designed to be tiny, extensible, and elegant, and it makes use of the new extended BSD socket APIs.
Netcat 6 is a netcat clone with IPv6 support. It is designed to be tiny, extensible, and elegant, and it makes use of the new extended BSD socket APIs.
To install nc6, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nc6
To see what files were installed by nc6, run:
port contents nc6
To later upgrade nc6, run:
sudo port selfupdate && sudo port upgrade nc6
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.