Hi Fokke, Disclaimer: I have no experience with the Python WebDAV package you're using.
But a thought: > In the config file it says: > "# main directory > directory = \Webdav" Perhaps you should qualify your directory path with a drive letter? I would try this 2 ways: directory = E:\Webdav And if that doesn't work: directory = E:/Webdav My thinking about the 2nd example is that perhaps the \W is getting interpreted as a control character vs. "backslash" "W". Malcolm -- http://mail.python.org/mailman/listinfo/python-list