mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
Note for windows-path at API in remote at parameters
This commit is contained in:
parent
ec20c48523
commit
282eaf62ba
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user