[VFS Plugin] Native WebDAV support (dav:// and davs://)

Hi all,

I've written a native VFS plugin for WebDAV support in Directory Opus. It works similarly to how it does on Linux — you can access your server directly via the address bar using standard URL syntax.

Usage:
Just enter the URL in the lister's location bar:

  • davs://user:password@domain.com:port/path

  • dav://domain.com/path

It handles standard file operations (listing, copy/move, delete) and uses the Windows WinHTTP stack for better performance and stability.

GitHub: ixiumu/dopus-webdav-vfs

3 Likes