skshetry / webdav4

WebDAV client library with a fsspec based filesystem and a CLI.
https://skshetry.github.io/webdav4
MIT License
61 stars 17 forks source link

Use chunks if chunk_size is defined #167

Closed Ph0tonic closed 6 months ago

Ph0tonic commented 1 year ago

Offers a way to use chunk encoding for large files by simply providing a chunk_size.

Fixes #168