From 3f39769b52221786f866b7cc38e0a657c60e206b Mon Sep 17 00:00:00 2001 From: impeeza <41979604+impeeza@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:23:16 -0500 Subject: [PATCH] Update REMOTE_INSTRUCTIONS.MD Small clarification about the use of `basepath`, thanks to @nimaskji on https://github.com/J-D-K/JKSV/issues/239 --- REMOTE_INSTRUCTIONS.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REMOTE_INSTRUCTIONS.MD b/REMOTE_INSTRUCTIONS.MD index fcc1f04..b5f4722 100644 --- a/REMOTE_INSTRUCTIONS.MD +++ b/REMOTE_INSTRUCTIONS.MD @@ -46,7 +46,7 @@ } ``` - `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 - `password` (optional): username, if server uses credentials 2. Copy file to following folder on your card `SD:/config/JKSV/`