OwlCore.Storage icon indicating copy to clipboard operation
OwlCore.Storage copied to clipboard

WebDAV implementation

Open itsWindows11 opened this issue 1 year ago • 0 comments

Files currently needs this implementation: https://github.com/files-community/Files/issues/3917

To not duplicate work, we should implement support for it here in OwlCore.Storage.

Here's a library that can do async operations for WebDAV. It appears that it's just a layer over HTTP, but it should be different from our read-only HttpFile implementation.

itsWindows11 avatar Jun 30 '24 20:06 itsWindows11