rclone lsf <remote:path>
List directories and objects in remote:path formatted for parsing
Arguments
Name | Description |
---|
remote:path | |
Options
Name | Description |
---|
--dirs-only | Only list directories |
--files-only | Only list files |
--recursive, -R | Recurse into the listing |
--absolute | Put a leading / in front of path names |
--csv | Output in CSV format |
-d, --dir-slash | Append a slash to directory names. (default true) |
--format, -F <format> | Output format - see help for details (default "p") |
--hash <hash> | Use this hash when h is used in the format (default "MD5") |
--separator, -s <separator> | Separator for the items in the format. (default ";") |