~datafinder-team/python-webdav-lib/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This Python WebDAV Library provides an object-oriented Python WebDAV client-side library based on Python`s standard httplib 
and Greg Stein`s davlib. The client currently supports basic WebDAV capabilities and the WebDAV extensions for access control and
Searching.

See https://launchpad.net/python-webdav-lib for details.

Requirements:
Python 2.4 or higher
Jython 2.5.1 or higher

Installation:
Extract archive
Run "python setup.py install"

Test:
python <PATH_TO_SITE_PACKAGES>/webdav/WebdavClient.py
Specify URL to your WebDAV server.
Specify user name.
Specify password.
Lists content of the given collection.