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

I have added two more methods in the DAV class. 1. Overloaded _put_file_ method accepts a remote webDAV path and local file path(instead of stream) as arguments and uploads the...

4 of the specs are failing. I have changes that seem to fix them on my fork, and would be happy to submit a pull request once my pending pull...

I'm using rspec 2.6.0. Running rake fails with the following message: > no such file to load -- spec/rake/spectask Apparently, this file was deleted in rspec 2.0.

The propdel verb deletes properties. I can implement it myself the next couple of weeks.

When used inside a 'find' block, a 'prune' method should skip the current file or directory, restart the loop with the next entry. Thus making the find method behave more...