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

Add support to dav and davs schemes #25

Open
jmfernandez opened this issue Feb 25, 2022 · 1 comment
Open

Add support to dav and davs schemes #25

jmfernandez opened this issue Feb 25, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jmfernandez
Copy link
Member

WebDAV support is needed, for download of files and directories, and future upload of results to remote places.

Proposed library is https://pypi.org/project/webdav/ , as it supports both recursive downloads and uploads

@jmfernandez jmfernandez added this to the 0.5.x milestone Feb 25, 2022
@jmfernandez jmfernandez self-assigned this Feb 25, 2022
@jmfernandez jmfernandez added the enhancement New feature or request label Feb 25, 2022
@jmfernandez jmfernandez modified the milestones: 0.5.x, 0.6.x May 20, 2022
@jmfernandez
Copy link
Member Author

There are two issues with https://pypi.org/project/webdav/ , which are its licence (GPLv3, incompatible with Apache2), and it does not seem to be maintained (last commit happened 6 years ago).

Candidate libraries for the client implementation would be https://pypi.org/project/webdavclient3/ or https://pypi.org/project/webdav4/ , for instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant