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

Add header parameter to upload #176

Closed erikman closed 2 months ago

erikman commented 6 months ago

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.

skshetry commented 2 months ago

Thank you.