megafs [-o <options>...] [-d] [-f] <mountpoint>
Mounts remote filesystem locally via FUSE.
NOTE: Be aware that reading and writing files is not implemented yet. You can only manage directories and remove files.
-o <options>
Some useful options may be: kernel_cache, auto_cache, allow_other, allow_root, nonempty.
-d
-f
-u <email>, --username <email>
-p <password>, --password <password>
--config <path>
--ignore-config-file
--no-ask-password
--enable-previews
--disable-previews
--reload
--debug [<options>]
Available options are:
--version
<mountpoint>
$ mkdir -p mount $ megafs mount $ ls mount Contacts Inbox Root Trash
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.