File: megatools-rm.txt

package info (click to toggle)
megatools 1.11.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: ansic: 7,279; sh: 135; makefile: 3
file content (62 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
megatools-rm(1)
===============

NAME
----
megatools rm - Remove files and folders from your Mega.nz account


SYNOPSIS
--------
[verse]
'megatools rm' <remotepaths>...
'megatools rm' /Contacts/<contactemail>


DESCRIPTION
-----------

Removes files and folders from your Mega.nz account.

*NOTE*: This command removes folders recursively without asking. Be careful.

As a special case, by removing a folder under /Contacts, you're removing
a `<contactemail>` from your contacts list.

OPTIONS
-------

include::auth-options.txt[]
include::basic-options.txt[]

<remotepaths>::
	One or more remote files or directories to remove.

<contactemail>::
	Valid email address of a contact you want to remove.


EXAMPLES
--------

* Remove a folder:
+
------------
$ megatools ls /Root
/Root
/Root/MyNewFolder
$ megatools rm /Root/MyNewFolder
$ megatools ls /Root
/Root
------------

* Remove contact from your contacts list:
+
------------
$ megatools rm /Contacts/some@email.com
------------


include::remote-paths.txt[]

include::footer.txt[]