4

I have a mega public URL, and I want to download it in the command line ubuntu, the file is 5 GB. thanks.

Abdush
  • 71

1 Answers1

6

Install megatools:

sudo apt install megatools

Use megadl to download your file:

megadl 'https://mega.nz/your-public-url'
Ravexina
  • 57,256