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

mega-webdav causes I/O errors on OSX WebDAVFS #685

Open
sh1boot opened this issue Jul 7, 2022 · 3 comments
Open

mega-webdav causes I/O errors on OSX WebDAVFS #685

sh1boot opened this issue Jul 7, 2022 · 3 comments

Comments

@sh1boot
Copy link

sh1boot commented Jul 7, 2022

The problem seems to occur when trying to list the content of a directory where there's a + (plus) in a filename.

Comparing with another webdav server which seems to work (rclone), I see that rclone does not escape the + to %2B in the d:href field, and rclone does not send the d:displayname field (so no &add; escape is present).

Somewhere on a mega-webdav fs mount, issue:

mkdir test
cd test
touch "test.txt"
ls
touch "+.txt"
ls
@polmr
Copy link
Collaborator

polmr commented Jul 8, 2022

Thanks for reporting that. This is related to: meganz/sdk#2599

@sh1boot
Copy link
Author

sh1boot commented Jul 9, 2022

Is a fix planned? Or will I need to build from source and patch my way around it?

@GralfR
Copy link

GralfR commented Oct 24, 2022

I can confirm this on Linux Mint 20, too.

  1. Create a webdav for any folder
  2. mount this webdav with nautilus
  3. create a new folder via webdav; the folder-name should have a + inside the name
  4. try to open the new folder via webdav
    result:
    The folder was created (see via web-interface), but if a folder with a + exists, the webdav no longer can access norlist this level of subdirectories.

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