webdav-client-python
webdav-client-python copied to clipboard
:cloud: webdavclient provides easy and convenient to work with WebDAV-servers.
Hi. The fonction publish doesn't exist for the class client. Is it just not implemented (didn't see an implementation in the code) or it is an issue ?
The following code is working ``` client.check(remote_path) #returns true (file is present) client.list() #lists all files correctly ``` but the following statements won't work ``` print(client.info("0000249385.zip").size) print(client.info(remote_path)) ``` The whole...
Hi, just wondering if this intended behaviour. when I use `client.list('folder')`, it _not_ only retrieves the contents (files, subfolders) of this folder but also the containing folder itself as ```...
[OAuth 2.0 Authorization with Bearer Token](https://tools.ietf.org/html/rfc6750#section-2.1) Previous version was supporting only OAuth 1.0 Authorization. I have implemented with OAuth 2.0 Bearer Token which was necessary for our project which uses...
[this](https://github.com/CloudPolis/webdav-client-python/blob/master/webdav/client.py#L873) line should be ``` return Resource(self, urn) ```
In the resource method of the Client class, the Resource class is not created correctly.
I need to be able to specify a local CA file when connecting to a HTTPS webdav server because we use a local Certification Authority. I don't know how to...
smtplib raise exception self = _SSLContext.__new__(cls, protocol) ssl.SSLError: [SSL: UNABLE_TO_LOAD_SSL2_MD5_ROUTINES] unknown error (_ssl.c:2683)