27 lines
No EOL
1,000 B
ReStructuredText
27 lines
No EOL
1,000 B
ReStructuredText
webdavclient3
|
|
=============
|
|
|
|
Based on https://github.com/designerror/webdav-client-python
|
|
But uses `requests` instead of `PyCURL`
|
|
|
|
|
|
Release Notes
|
|
=============
|
|
Version 0.3 - TBD
|
|
* Refactoring of WebDAV client and making it works in following methods:
|
|
- Getting of WebDAV resource property value
|
|
- Setting of WebDAV resource property value
|
|
- Coping of resource on WebDAV server
|
|
- Moving of resource on WebDAV server
|
|
|
|
Version 0.2 - 11.09.2017
|
|
* Refactoring of WebDAV client and making it works in following methods:
|
|
- Constructor with connecting to WebDAV
|
|
- Getting a list of resources on WebDAV
|
|
- Getting an information about free space on WebDAV
|
|
- Checking of existence of resource on WebDAV
|
|
- Making a directory on WebDAV
|
|
- Downloading of files and directories from WebDAV
|
|
- Asynchronously downloading of files and directories from WebDAV
|
|
- Uploading of files and directories to WebDAV
|
|
- Asynchronously uploading of files and directories to WebDAV |