I've got a Linux-based webDAV webserver (Apache 2.0.x) running with digest authentication which I can correctly log into from my OS X laptop.
However, while I can drag and delete files without any trouble, doing any work with folders (creating, renaming, and deleting) results in a:
- The operation could not be completed.
An unexpected error occurred (error code -43)
Any idea why this might be happening? The webDAV configuration on the server side is a textbook setup.
Thanks.
Follow-up:
If I turn off digest authentication and connect with a webDAV client using basic authentication such as Goliath 1.0, I'm able to work with the webDAV share as expected (creating, renaming, deleting files and folders...). This is really kind of annoying...