Note for windows-path at API in remote at parameters

This commit is contained in:
alexgit2k 2023-01-16 19:57:42 +01:00
parent ec20c48523
commit 282eaf62ba
2 changed files with 10 additions and 0 deletions

View File

@ -137,6 +137,10 @@ specify path to volumes identified by their GUID, e.g.
This is *not* supported in rclone, due to an [issue](https://github.com/golang/go/issues/39785)
in go.
Also note that when specifying paths at `parameters` with `remote` at the
[remote control API](/rc/) using `\` as path separator must be escaped,
i.e. `\\`. Alternatively you can also use `/` as path separator.
#### Long paths ####
Rclone handles long paths automatically, by converting all paths to

View File

@ -550,6 +550,9 @@ This takes the following parameters:
- state - state to restart with - used with continue
- result - result to restart with - used with continue
Note that when specifying paths on windows at `parameters` with `remote` using `\`
as path separator must be escaped, i.e. `\\`. Alternatively you can also use `/`
as path separator.
See the [config create](/commands/rclone_config_create/) command for more information on the above.
@ -639,6 +642,9 @@ This takes the following parameters:
- state - state to restart with - used with continue
- result - result to restart with - used with continue
Note that when specifying paths on windows at `parameters` with `remote` using `\`
as path separator must be escaped, i.e. `\\`. Alternatively you can also use `/`
as path separator.
See the [config update](/commands/rclone_config_update/) command for more information on the above.