Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WEBDAV basepath setting must be in URI format #239

Closed
nimaskji opened this issue Aug 9, 2024 · 2 comments
Closed

WEBDAV basepath setting must be in URI format #239

nimaskji opened this issue Aug 9, 2024 · 2 comments

Comments

@nimaskji
Copy link

nimaskji commented Aug 9, 2024

Hi there :-)

Thanks a lot for your soft, I m been waiting for this feature long time ago !

Just to inform you tha tthe setting basepath in webdav.json file must be in URI format.

Step to reproduce :

{
  "origin": "https://dav.something.fr",
  "basepath": "Games Saves",
  "username": "Administrateur",
  "password": "MyStrongPassword"
}

Step to fix it in the actual version (07.18.2024):

{
  "origin": "https://dav.something.fr",
  "basepath": "Games%20Saves",
  "username": "Administrateur",
  "password": "MyStrongPassword"
}

Hope this is help some guys just like me who want ot use webdav feature :-)

@impeeza
Copy link
Contributor

impeeza commented Aug 10, 2024

Thank you so much. I will make a PR about this on the instructions MD.

impeeza added a commit to impeeza/JKSV that referenced this issue Aug 10, 2024
Small clarification about the use of `basepath`, thanks to @nimaskji on J-D-K#239
@J-D-K
Copy link
Owner

J-D-K commented Oct 31, 2024

If there are no problems now I'm going to close this.

@J-D-K J-D-K closed this as completed Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants