net_dav icon indicating copy to clipboard operation
net_dav copied to clipboard

WebDav client library

Results 15 net_dav issues
Sort by recently updated
recently updated
newest added

Otherwise 'Net::DAV::Item#properties. lastmodificationdate fails. (undefined method `parse' for Time:Class)

My WebDAV server (ownCloud) supports `Depth: infinity` `PROPFIND` requests which is much faster than specifying `dav.find(..., recursive: true)`. However, for those requests items are returned as directories instead of files...

Digest authentication stopped working for me sometime since the 0.5 gem. It seems digest_auth needs the result from the first unauthenticated request in order to build the proper headers for...

I want to put imagefile. But I see raised error ArgumentError: Content-Length not given and Transfer-Encoding is not `chunked'

Is there any method for locking, unlocking resources. I couldn't find it in dav.rb file

This'll allow users to specify an arbitrary propfind depth, as well as make it easier for users to override other headers in the future. Possible modifications include: - validating the...

One particular WebDAV software has generated a relative redirect, which is not currently supported. Support it by setting the scheme, host, and port to the existing @uri if they are...