# 8 simultaneous file transfers, each with 4 checksum checkers
rclone copy "mega:ABcD1EfG" ~/Downloads/mega-folder \
--transfers 8 \
--checkers 4 \
--drive-chunk-size 64M \
--bwlimit 0 # 0 = unlimited, or use "10M" for 10 MiB/s
MEGA.nz is not like Google Drive or Dropbox. It was built for large, sensitive, or high-bitrate data.
| OS | Command |
|----|---------|
| Ubuntu / Debian | sudo apt update && sudo apt install megacmd |
| Fedora / RHEL | sudo dnf install megacmd |
| macOS (Homebrew) | brew install megacmd |
| Windows | Download the MSI from https://mega.io/cmd and run the installer. Add the installation folder (e.g. C:\Program Files\MegaCMD) to your PATH. |
The binary mega-cp will be placed alongside mega-login, mega-ls, etc.