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

WebDAV support in the Transfer-Service #71

Open
jgoldverg opened this issue Apr 15, 2023 · 0 comments
Open

WebDAV support in the Transfer-Service #71

jgoldverg opened this issue Apr 15, 2023 · 0 comments
Assignees

Comments

@jgoldverg
Copy link
Contributor

jgoldverg commented Apr 15, 2023

Problem: Http does not fundamentally support uploading files, as it is very API specific to the server we are uploading too.

Solution: WebDAV is an extension of the HTTP protocol that enables users to upload files to a WebDAV server by utilizing the HTTP protocol. This enables very performant transfers as HTTP supports (concurreny, parallelism, pipelininig). We want to implement a WebDAV reader and a WebDAV writer to enable IO for our users.

The library to use is: https://github.com/lookfirst/sardine/ feel free to explore other options but from inital looks sardine is a good choice as apache has deprecated support for JackRabbit.

@saidheerajnvs29 saidheerajnvs29 self-assigned this Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants