a simple wrapper around curl to easily download files
wcurl is a simple curl wrapper which lets you use curl to download files without having to remember any parameters. Simply call wcurl with a list of URLs you want to download and wcurl will pick sane defaults.
wcurl is a simple curl wrapper which lets you use curl to download files without having to remember any parameters. Simply call wcurl with a list of URLs you want to download and wcurl will pick sane defaults.
To install wcurl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wcurl
To see what files were installed by wcurl, run:
port contents wcurl
To later upgrade wcurl, run:
sudo port selfupdate && sudo port upgrade wcurl
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.