We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :-)
The text was updated successfully, but these errors were encountered:
Thank you so much. I will make a PR about this on the instructions MD.
Sorry, something went wrong.
Update REMOTE_INSTRUCTIONS.MD
3f39769
Small clarification about the use of `basepath`, thanks to @nimaskji on J-D-K#239
If there are no problems now I'm going to close this.
No branches or pull requests
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 :
Step to fix it in the actual version (07.18.2024):
Hope this is help some guys just like me who want ot use webdav feature :-)
The text was updated successfully, but these errors were encountered: