WebDAV-Swift icon indicating copy to clipboard operation
WebDAV-Swift copied to clipboard

WebDAV communication library for Swift with caching and thumbnail support

Results 10 WebDAV-Swift issues
Sort by recently updated
recently updated
newest added

I have installed webDAV in my iOS app so that I can take advantage of the listFiles function it supplies. I am using the following code to achieve this: public...

Unfortunately it seems this library is not compatible with Apache DAV. First thing I noticed while debugging this is the "Depth" header is not included. This header is required by...

Hi, Is it possible to add support for background upload by setting a URLSessionConfiguration as background? Would be awesome, thanks!

feature

When, for example, a 407 response code is returned, no error is returned. More status codes should be included in the `getError` function of `WebDAVError`. There could also be a...

bug

Add computed properties for SwiftUI Color and UIColor based on each hex color in OCSTheme.

enhancement

Constantly returning empty array where am I going wrong ```Swift import SwiftUI import WebDAV public struct SimpleAccount: WebDAVAccount { public var username: String? public var baseURL: String? } struct ContentView:...