webdav4 icon indicating copy to clipboard operation
webdav4 copied to clipboard

WebDAV client library with a fsspec based filesystem and a CLI.

Results 32 webdav4 issues
Sort by recently updated
recently updated
newest added

I’m trying to package release 0.9.8 for Fedora Linux, and I’m encountering several test failures, all of which I am able to reproduce in a plain virtualenv with current `main`,...

Adds http header parameter to `Client.upload` and `Client.upload_fileobj`. Allows for setting creation/modified date for nextcloud/owncloud uploads. Solution is inspired by discussion in issue #9.

Changes described in commit messages.

As a user, I want to add trailing slashes to requests. I found https://github.com/skshetry/webdav4/blob/4c2046e2250f001bdad76541c0e877e4b40c332e/src/webdav4/client.py#L358 but no way to set this kwarg. Related #136 talks about `follow_redirects` but that did not...

When the root of a webdav server is hosted like `https://example.com/sub/root/`, and we query the root folder, the name of the resource in a PROPFIND response is `/` and not...

I'm trying to use the webdav4 lib initializing it with a full HTTP URI with user/pass built-in as: `https://user:pass@myserver`. Browsing at the docs and the code, I haven't seen this...

Hi, When uploading large files like 100 Mo or bigger ones (1 To), these are never chunked. I would expect the client to offer a way to enforce chunk encoding...

credentials are being leaked in info-level logs httpx/_send_single_request

Bumps [furo](https://github.com/pradyunsg/furo) from 2022.12.7 to 2023.5.20. Changelog Sourced from furo's changelog. Changelog 2023.05.20 -- Unassuming Ultramarine ✨ Add support for Sphinx 7. Drop support for Sphinx 5. Improve the screen-reader...

dependencies
python