Windows webdav mount thinks it may write to read-only files on webdav server

hi,
just wanted to point out a few things.

  1. windows can connect directly to webdav servers and mount it as local storage without the need for rclone mount. might try testing with that.
  2. rclone can emulate a webdav server, i used this command, tried to edit a file and got the following error message.
    rclone serve webdav remote: --read-only --addr=:8080 --user=user --pass=pass --vfs-cache-mode=full --cache-dir=D:\data\rclone\cache\remote

image