Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command Line Interface - Automate cloud file management with Command Line Interface.

Expand
titleClick her here for MSP360 Explorer Command Line Interface

Activating MSP360 Explorer

To perform actions listed in this paragraph you need to start the command-line interface:

  1. Click on the Windows "Start" button.

  2. Type cmd.exe in the search line to run the Windows console, press "Enter".

  3. Change your current folder to the folder where MSP360 Explorer has been installed, for example:cd "C:\Program Files\CloudBerryLab\CloudBerry Explorer for Amazon S3"

Online Activation or Request Trial

  1. Activate license. (Email & key are required):"CloudBerry Explorer.exe" /activatelicense -k "license_key" -e "email"(where "email" is your email and "license_key" is the license key that you received when buying the product).

  2. Request a trial license."CloudBerry Explorer.exe" /activatelicense -t -tac "trial_activation_code"

Offline Activation

If you can't activate MSP360 Explorer online you can use offline activation.

  1. Generate offline license request using your email and license key:"CloudBerry Explorer.exe" /activatelicense -k "license_key" -e "email" -or(where "email" is your email and "license_key" is the license key that you received when buying the product).As an output, you will get a service key.

  2. Send the service key to support@msp360.com. You will receive the activation key by email.

  3. Activate license key"CloudBerry Explorer.exe" /activatelicense -k "license_key" -e "email" -oa "activationkey_received"For time-limited license you need to specify -expire parameter with the date you received by email:"CloudBerry Explorer.exe" /activatelicense -k "license_key" -e "email" -oa "activationkey_received" -expire "YYYY-MM-DD"

  4. The product is activated.

  5. You can also request the trial using offline:"CloudBerry Explorer.exe" /activatelicense -or -t -tac "trial_activation_code"As an output, you will get a service key. Then run the command:"CloudBerry Explorer.exe" /activatelicense -t -oa "activationkey_received"

Release License

"CloudBerry Explorer.exe" /releaselicense

...