Libopennet is a library that provides the function open_net() which accepts the same parameters as the open() system call, but the pathname argument can be an FTP or HTTP URL.
Libopennet is a library that provides the function open_net() which accepts the same parameters as the open() system call, but the pathname argument can be an FTP or HTTP URL.
To install libopennet, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libopennet
To see what files were installed by libopennet, run:
port contents libopennet
To later upgrade libopennet, run:
sudo port selfupdate && sudo port upgrade libopennet
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.