python-webdav
python-webdav copied to clipboard
python-webdav is a client webdav library for Python
``` In [5]: import python_webdav.client File "C:\Python34\lib\site-packages\python_webdav\client.py", line 165 print format_string ^ SyntaxError: Missing parentheses in call to 'print' ``` Do you plan to have a port to Python3?
Also updated required libraries versions.
I added the ability to do NTLM auth against a WebDav directory (such as certain sharepoint installs), please let me know what you think.
in FileWrapper.read() the file seek position is continuously reset to initial position here: if not data or size < 0 or size >= self.file_size: self.seek(self.initial_read_pos) whereby httplib reads a datablock...
This was originally requested here: http://sourceforge.net/p/python-webdav/feature-requests/10/
I get the following traceback: ``` ValueError Traceback (most recent call last) /usr/lib/python2.7/dist-packages/IPython/utils/py3compat.pyc in execfile(fname, *where) 173 else: 174 filename = fname --> 175 __builtin__.execfile(filename, *where) /home/martin/local/lib/python2.6/site-packages/python_webdav/bunch.py in () 3...