'\" -*- coding: UTF-8 -*- .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac .TH megatools-mkdir 1 "14 April 2020" "" "" .SH NAME megatools mkdir \- Create remote folder under your Mega.nz account .SH SYNOPSIS .RS .nf \fImegatools mkdir\fR \&... \fImegatools mkdir\fR /Contacts/ .fi .RE .SH DESCRIPTION Creates folders on Mega.nz. .PP As a special case, by creating a new folder under /Contacts, you\(cqre adding a \*(T<\*(T> to your contacts list. .SH OPTIONS .TP -u , --username Account username (email) .TP -p , --password Account password .TP --no-ask-password Never ask interactively for a password .TP --reload Reload filesystem cache .TP --limit-speed Set maximum allowed upload and download speed in KiB/s. This option overrides config file settings. 0 means no limit. When using ParallelTransfers > 1, upload speed limit is applied to each transfer individually. .TP --proxy Use proxy server to connect to mega.nz. This option overrides config file settings. More information can be found in libcurl documentation at \(lahttps://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html\(ra. Some acceptable values are: .RS .TP 0.2i \(bu \*(T : Disable proxy if it was enabled in the config file. .TP 0.2i \(bu \*(T : Local SOCKSv5 proxy server .TP 0.2i \(bu \*(T : Local SOCKSv5 proxy server with DNS handled by the proxy .RE .TP --netif Network interface or local IP address used for outgoing connections. You have to specify IP address bound to some of your local network interfaces, when specifying an IP address. .TP --ip-proto Which IP protocol to prefer when connecting to mega.nz (v4, v6, or any). This is just an advisory option. Megatools will resolve mega.nz domain, and then use an A or AAAA record based on the stated preference. .TP --config Load configuration from a file .TP --ignore-config-file Disable loading .megarc .TP --debug [] Enable debugging of various aspects of the megatools operation. You may enable multiple debugging options separated by commas. (eg. \*(T<\-\-debug api,fs\*(T>) Available options are: .RS .TP 0.2i \(bu \*(T: Dump HTTP request/response details (can be used to debug connection/proxy issues) .TP 0.2i \(bu \*(T: Dump Mega.nz API calls .TP 0.2i \(bu \*(T: Dump Mega.nz filesystem (may require \*(T<\-\-reload\*(T> to actually print something) .TP 0.2i \(bu \*(T: Dump cache contents .TP 0.2i \(bu \*(T: Dump transfer manager events .RE .TP --version Show version information .TP One or more remote directories to create. .TP Valid email address of a contact you want to add. .SH EXAMPLES .TP 0.2i \(bu Create new folder: .nf \*(T<$ megatools mkdir /Root/MyNewFolder $ megatools ls /Root /Root /Root/MyNewFolder\*(T> .fi .TP 0.2i \(bu Add new contact to your contacts list: .nf \*(T<$ megatools mkdir /Contacts/some@email.com\*(T> .fi .SH "REMOTE FILESYSTEM" Mega.nz filesystem is represented as a tree of nodes of various types. Nodes are identified by a 8 character node handles (eg. \*(T<7Fdi3ZjC\*(T>). Structure of the filesystem is not encrypted. .PP Megatools maps node tree structure to a traditional filesystem paths (eg. \*(T). .PP \fBNOTE\fR: 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: .PP .nf \*(T .fi .PP You need to be aware of several special folders: .TP /Root Writable directory representing the root of the filesystem. .TP /Trash Trash directory where Mega.nz web client moves deleted files. This directory is not used by megatools when removing files. .TP /Inbox Not sure. .TP /Contacts Directory containing subdirectories representing your contacts list. If you want to add contacts to the list, simply create subdirectory named after the contact you want to add. .TP /Contacts/ Directories representing individual contacts in your contacts list. These directories contain folders that others shared with you. All shared files are read-only, at the moment. .SH "SEE ALSO" \fBmegatools\fR(1), \fBmegarc\fR(5), \fBmegatools-df\fR(1), \fBmegatools-dl\fR(1), \fBmegatools-get\fR(1), \fBmegatools-ls\fR(1), \fBmegatools-mkdir\fR(1), \fBmegatools-put\fR(1), \fBmegatools-reg\fR(1), \fBmegatools-rm\fR(1), \fBmegatools-copy\fR(1). .SH MEGATOOLS Part of the \fBmegatools\fR(1) suite of commands. .SH BUGS Report bugs to .URL mailto:megatools@megous.com megatools@megous.com \&. Your message will end up in a public archive, so be careful what you say or send. .SH AUTHOR Megatools was written by Ondrej Jirman < .URL mailto:megatools@megous.com megatools@megous.com >, 2013-2019. .PP Official website is \(lahttp://megatools.megous.com\(ra.