megatools-put(1) ================ NAME ---- megatools put - upload files to your Mega.nz account SYNOPSIS -------- [verse] 'megatools put' [--no-progress] [--path ] ... DESCRIPTION ----------- Uploads files to your Mega.nz account. *NOTE*: If you want to upload entire directories, use man:megatools-copy[1]. OPTIONS ------- --path :: Remote path to upload to. If this path is a directory, files are placed into the directory. If this path doesn't exist, and it's parent directory does, the file will be uploaded to a specified path (this only works if you specify exactly one file). --no-progress:: Disable upload progress reporting. include::upload-options.txt[] include::auth-options.txt[] include::basic-options.txt[] :: One or more local files to upload. EXAMPLES -------- * Upload file to the /Root: + ------------ $ megatools put README $ megatools ls /Root /Root /Root/README ------------ * Upload file, while naming it differently: + ------------ $ megatools put --path /Root/README.TXT README $ megatools ls /Root /Root /Root/README.TXT ------------ include::remote-paths.txt[] include::footer.txt[]