skazantsev / WebDavClient

Asynchronous cross-platform WebDAV client for .NET Core
MIT License
160 stars 32 forks source link

Support for Chunked upload #58

Open nickelnext opened 4 years ago

nickelnext commented 4 years ago

Hi. I'm planning to use your library with Nextcloud.

They support chunked upload for large files. https://docs.nextcloud.com/server/15/developer_manual/client_apis/WebDAV/chunking.html Is it something you plan on adding?

Thanks for your awesome work

skazantsev commented 4 years ago

Hi @nickelnext , I don't really have plans to add this feature but I'd gladly accept a Pull Request. I marked it as up-for-grabs in case someone wants to pick this up (it'd be nice to agree on API and other details first, though).