webdav-client
webdav-client copied to clipboard
WebDAV client written in Typescript for NodeJS and the browser
I changed the digest option in my client to true, but instead of using the proper login and password I am asked to log in by a popup window showing...
Maybe an entry in the readme! -> **Nextcloud**
Support for proppatch method https://www.ietf.org/rfc/rfc4918.html#section-9.2
When Array.prototype has been altered in any way, it will cause webdav 3.6.1 to fail in getting a directory contents, and possibly more. Until now I have used webdav version...
Hi, I'm implementing PROPPATCH method ( related to #206 ). I'm writing test codes. ( I'm referring to to [webdav-server test code](https://github.com/OpenMarshal/npm-WebDAV-Server/blob/master/test/v2/tests.ts/properties/.test.ts).) Some properties have namespace such as - `Value`...
Support for method bind unbind rebind https://www.ietf.org/rfc/rfc5842.html
Support for acl and report method https://www.ietf.org/rfc/rfc3744.html
Support for search method https://www.ietf.org/rfc/rfc5323.html#section-2
I have successfully connect to WebDav with the following url: `http://example.com/nextcloud/dav/files/USERNAME` This is totally working fine. However, the problem happened when I change `USERNAME` to different account. it returns 403...
Webdav-client needs a method to compare a remote and local file to see if they're the same. This could be used to save on transfers, especially for large files.