'\" -*- 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-reg 1 "14 April 2020" "" "" .SH NAME megatools reg \- Register new Mega.nz account .SH SYNOPSIS .RS .nf \fImegatools reg\fR [\-\-scripted] \-\-register \-\-email \-\-name \-\-password \fImegatools reg\fR [\-\-scripted] \-\-verify .fi .RE .SH DESCRIPTION Registers new Mega.nz account. Registration is split into two steps: .TP 0.4i 1. \*(T<\-\-register\*(T>: Creates a new non-verified account .TP 0.4i 2. \*(T<\-\-verify\*(T>: Verifies account with the link that was sent to \*(T<\*(T> .PP See example of registration below. .SH OPTIONS .TP --register Create new non-verified account. .TP --verify Verify account previously created by \*(T. You need to pass \*(T<\*(T> that was returned from \*(T and a verification link from the email that was sent to \*(T<\*(T>. .TP --email Email serves as your new account username, that you\(cqll be using to sign in. \fBNOTES\fR: Beware that ATM, email format is not validated by megatools. .TP --name Your real (or fake) name. .TP --password Plaintext password. No strength checking is done, so make sure you pick a strong password yourself. .TP --scripted After registration, print the command that can be used to finish the registration in a format suitable for scripting purposes. .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 .SH EXAMPLE First create an non-verified account: .PP .nf \*(T<$ megatools reg \-\-register \-\-email your@email.com \-\-name "Your Name" \-\-password "Your Password" Registration email was sent to test@megous.com. To complete registration, you must run: megatools reg \-\-verify vbFFFv7AFM25etzkFXLs9A==:Z7FFbgAAAAAAAAAArL33eA==:inEONh3tmwY @LINK@ (Where @LINK@ is registration link from the 'MEGA Signup' email)\*(T> .fi .PP Now wait for a verification mail and run the command as asked: .PP .nf \*(T<$ megatools reg \-\-verify vbFFFv7AFM25etzkFXLs9A==:Z7FFbgAAAAAAAAAArL33eA==:inEONh3tmwY \e 'https://mega.nz/#confirmciyfWXRGFNcM...' Account registered successfully!\*(T> .fi .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.