Arlodotexe / OwlCore.Storage

The most flexible file system abstraction, ever. Built in partnership with the UWP Community.
16 stars 4 forks source link

WebDAV implementation #69

Open itsWindows11 opened 4 months ago

itsWindows11 commented 4 months ago

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.