Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to append a new line to file on webdav server? #303

Closed
towith opened this issue May 10, 2022 · 3 comments · Fixed by #362
Closed

Is it possible to append a new line to file on webdav server? #303

towith opened this issue May 10, 2022 · 3 comments · Fixed by #362

Comments

@towith
Copy link

towith commented May 10, 2022

Hi , thanks for your cool tool first , Is it possible to append a new line to file on webdav server?
for now , I have to fetch remote file first, then append new line, then overwrite the remote file again.
It's better if there's a append line on put method directly
Thanks

@perry-mitchell
Copy link
Owner

Thanks!

It seems like SabreDAV supports this, though I'm not sure about other WebDAV servers.

I'd accept a PR for this.

@towith
Copy link
Author

towith commented May 11, 2022

OK, thanks your kind recommendation

@ArcticLampyrid
Copy link
Contributor

ArcticLampyrid commented Jan 11, 2024

Apache is able to do this too, but in a different way.

https://github.com/miquels/webdav-handler-rs/blob/master/doc/Apache-PUT-with-Content-Range.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants