Starting and Stopping Cargo
Before you can start the Cargo daemon, you must configure all required settings. For details on writing and importing the configuration file and on which settings are required, see Configuring Cargo for Aspera on Cloud and Configuring Cargo for Faspex.
Starting Cargo
$ sudo /Library/Aspera/Cargo/sbin/cargo
Stopping Cargo
Open a new terminal and use the following command to get the process ID for the Cargo daemon:
$ ps aux | grep cargo
Then use the returned process ID in the following command:
$ sudo kill -9 process-ID-number