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.
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.