mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
lsjson: explain the Path value in the docs
This commit is contained in:
parent
8df78f2b6d
commit
3c7a755631
@ -75,6 +75,11 @@ If --hash is not specified the the Hashes property won't be emitted.
|
||||
|
||||
If --no-modtime is specified then ModTime will be blank.
|
||||
|
||||
The Path field will only show folders below the remote path being listed.
|
||||
If "remote:path" contains the file "subfolder/file.txt", the Path for "file.txt"
|
||||
will be "subfolder/file.txt", not "remote:path/subfolder/file.txt".
|
||||
When used without --recursive the Path will always be the same as Name.
|
||||
|
||||
The time is in RFC3339 format with nanosecond precision.
|
||||
|
||||
The whole output can be processed as a JSON blob, or alternatively it
|
||||
|
Loading…
Reference in New Issue
Block a user