mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 09:57:09 +00:00
11 lines
432 B
Markdown
11 lines
432 B
Markdown
|
### import
|
||
|
Imports the contents of a remote link into user's cloud
|
||
|
|
||
|
Usage: `import exportedlink [--password=PASSWORD] [remotepath]`
|
||
|
<pre>
|
||
|
If no remote path is provided, the current local folder will be used
|
||
|
Exported links: Exported links are usually formed as publiclink#key.
|
||
|
Alternativelly you can provide a password-protected link and
|
||
|
provide the password with --password. Please, avoid using passwords containing " or '
|
||
|
</pre>
|