Easily and securely send things from one computer to another
croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that: allows any two computers to transfer data (using a relay), provides end-to-end encryption (using PAKE), enables easy cross-platform transfers (Windows, Linux, Mac), allows multiple file transfers, allows resuming transfers that are interrupted, does not need a local server or port-forwarding, is faster than wormhole, rsync, scp through compression and multiplexing (speedups 1.5x to 4x), and supports IPv6.
croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that: allows any two computers to transfer data (using a relay), provides end-to-end encryption (using PAKE), enables easy cross-platform transfers (Windows, Linux, Mac), allows multiple file transfers, allows resuming transfers that are interrupted, does not need a local server or port-forwarding, is faster than wormhole, rsync, scp through compression and multiplexing (speedups 1.5x to 4x), and supports IPv6.
To install croc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install croc
To see what files were installed by croc, run:
port contents croc
To later upgrade croc, run:
sudo port selfupdate && sudo port upgrade croc
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.