HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

megatools-dl — Download files from `mega.nz`. Part of the `megatools` suite. More information: <https://xff.cz/mega

Submitted by: @import:tldr-pages··
0
Viewed 0 times
megacommandfilesfromclidownloadmegatools-dlpart
linux

Problem

How to use the megatools-dl command: Download files from mega.nz. Part of the megatools suite. More information: <https://xff.cz/megatools/man/megatools-dl.html>.

Solution

megatools-dl — Download files from mega.nz. Part of the megatools suite. More information: <https://xff.cz/megatools/man/megatools-dl.html>.

Download files from a mega.nz link into the current directory:
megatools-dl {{https://mega.nz/...}}


Download files from a mega.nz link into a specific directory:
megatools-dl --path {{path/to/directory}} {{https://mega.nz/...}}


Interactively choose which files to download:
megatools-dl --choose-files {{https://mega.nz/...}}


Limit the download speed in KiB/s:
megatools-dl --limit-speed {{speed}} {{https://mega.nz/...}}

Code Snippets

Download files from a `mega.nz` link into the current directory

megatools-dl {{https://mega.nz/...}}

Download files from a `mega.nz` link into a specific directory

megatools-dl --path {{path/to/directory}} {{https://mega.nz/...}}

Interactively choose which files to download

megatools-dl --choose-files {{https://mega.nz/...}}

Limit the download speed in KiB/s

megatools-dl --limit-speed {{speed}} {{https://mega.nz/...}}

Context

tldr-pages: linux/megatools-dl

Revisions (0)

No revisions yet.