rclone md5sum <remote:path>
Produces an md5sum file for all the objects in the path
Arguments
Name | Description |
---|---|
remote:path |
Options
Name | Description |
---|---|
--base64 | Output base64 encoded hashsum |
--download | Download the file and hash it locally; if this flag is not specified, the hash is requested from the remote |
--output-file <file> | Output hashsums to a file rather than the terminal |