mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-21 17:24:37 -05:00
Update REMOTE_INSTRUCTIONS.MD
Small clarification about the use of `basepath`, thanks to @nimaskji on https://github.com/J-D-K/JKSV/issues/239
This commit is contained in:
parent
8c3c58cadc
commit
3f39769b52
|
|
@ -46,7 +46,7 @@
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- `origin` (mandatory): protocol + serveraddress + (optional port), e.g. `https://your-webdav-server` or `http://localhost:8080` - **No trailing slash**
|
- `origin` (mandatory): protocol + serveraddress + (optional port), e.g. `https://your-webdav-server` or `http://localhost:8080` - **No trailing slash**
|
||||||
- `basepath` (optional): e.g. `dir`, `dir/subdir` must exist beforehand - **No leading AND trailing slash**
|
- `basepath` (optional): e.g. `dir`, `dir/subdir` must exist beforehand - **No leading AND trailing slash** - if your path uses special characters or spaces, they must be on URI encoding, by example `Game Saves` should be stored as `Game%20Saves`.
|
||||||
- `username` (optional): username, if server uses credentials
|
- `username` (optional): username, if server uses credentials
|
||||||
- `password` (optional): username, if server uses credentials
|
- `password` (optional): username, if server uses credentials
|
||||||
2. Copy file to following folder on your card `SD:/config/JKSV/`
|
2. Copy file to following folder on your card `SD:/config/JKSV/`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user