'\" -*- 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-ls 1 "14 April 2020" "" "" .SH NAME megatools ls \- List files stored in the cloud .SH SYNOPSIS .RS .nf \fImegatools ls\fR [\-e] [\-h] [\-\-header] [\-l] [\-R] [\-n] [\&...] .fi .RE .SH DESCRIPTION Lists files stored on Mega.nz, exports public download links. .SH OPTIONS .TP --export , -e For all files that are going to be listed, also display public download link with file key. \fBNOTE\fR: Folders export doesn\(cqt work yet. .TP --human , -h Display file sizes in a human readable format. .TP --header For long list format, display header describing all listed columns. .TP --long , -l List additional information about listed filesystem nodes. Node handle, owner, node type, file size, and the last modification date. .TP --recursive , -R List directories recursively. This is the default if no paths are specified. .TP --names , -n Show only names of nodes within the directory. This option has effect only if you specified a single path on a command line. .TP --print0 , -0 Separate file names with NULs instead of new lines. .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 filesystem paths to list. If path points to a directory, contents of the directory and the directory itself is listed. When \*(T<\-\-names\*(T> is given, only the contents of the directory is listed. .nf If path points to a file, the file itself is listed. .fi .nf If omitted, the entire remote filesystem is listed recursively. .fi .SH EXAMPLES .TP 0.2i \(bu List all files: .nf \*(T<$ megatools ls /Contacts /Inbox /Root /Root/README /Root/bigfile /Trash\*(T> .fi .TP 0.2i \(bu List all files in the /Root, recursively and with details: .nf \*(T<$ megatools ls \-l /Root 3RsS2QwJ 2 \- 2013\-01\-22 12:31:06 /Root 2FFSiaKZ Xz2tWWB5Dmo 0 2686 2013\-04\-15 08:33:47 /Root/README udtDgR7I Xz2tWWB5Dmo 0 4405067776 2013\-04\-10 19:16:02 /Root/bigfile\*(T> .fi .TP 0.2i \(bu List all files in the /Root, recursively and with details, show only file names: .nf \*(T<$ megatools ls \-ln /Root 2FFSiaKZ Xz2tWWB5Dmo 0 2686 2013\-04\-15 08:33:47 README udtDgR7I Xz2tWWB5Dmo 0 4405067776 2013\-04\-10 19:16:02 bigfile\*(T> .fi .TP 0.2i \(bu Export download links: .nf \*(T<$ megatools ls \-e /Root/README https://mega.nz/#!OFFRlbgR!k5rWmLp3mxB0gsq07Ii67PLd9L0wq4KondFLDlfH3Uw /Root/README\*(T> .fi .TP 0.2i \(bu List files in a more human readable format: .nf \*(T<$ megatools ls \-hnl \-\-header /Root/README =================================================================================== Handle Owner T Size Mod. Date Filename =================================================================================== 2FFSiaKZ Xz2tWWB5Dmo 0 2.6 KiB 2013\-04\-15 08:33:47 README\*(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.