megadl [--no-progress] [--path <path>] <links>... megadl --path - <filelink>
Downloads exported files and folders from Mega.nz. Handles links like:
When downloading individual files, these are placed into <path>. When downloading folders, the contents of the folder are placed into directory specified by <path>.
To export files, you can use Mega.nz web application, or megals(1)'s --export option.
--path <path>
If <path> is -, remote file will be streamed to stdout.
--no-progress
--print-names
--debug [<options>]
Available options are:
--version
<links>
<filelink>
$ megadl 'https://mega.nz/#!7YVWhCzZ!bauBlAkKKvv8hIm-8-qFmGOYS289ToQWN7rGFPzXB_w'
$ megadl 'https://mega.nz/#F!HIlFDajT!HLiVvQQkSe1d0ogxZuaOJg'
Mega.nz filesystem is represented as a tree of nodes of various types. Nodes are identified by a 8 character node handles (eg. 7Fdi3ZjC). Structure of the filesystem is not encrypted.
Megatools maps node tree structure to a traditional filesystem paths (eg. /Root/SomeFile.DAT).
NOTE: By the nature of Mega.nz storage, several files in the directory can have the same name. To allow access to such files, the names of conflicting files are extended by appending dot and their node handle like this:
/Root/conflictingfile /Root/conflictingfile.7Fdi3ZjC /Root/conflictingfile.mEU23aSD
You need to be aware of several special folders:
/Root
/Trash
/Inbox
/Contacts
/Contacts/<email>
megatools(7), megarc(5), megadf(1), megadl(1), megaget(1), megals(1), megamkdir(1), megaput(1), megareg(1), megarm(1), megacopy(1), megafs(1).
Part of the megatools(7) suite.
Report bugs at https://github.com/megous/megatools or megous@megous.com.
Megatools was written by Ondrej Jirman <megous@megous.com>, 2013-2016.
Official website is http://megatools.megous.com.