Re: uploading files to a webdav SSL enabled server

2005-05-26 Thread Paul Boddie
rbt <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Has anyone used pure python to upload files to a webdav server over SSL? > I have no control over the server. I can access it with all of the > various webdav GUIs such as Konqueror, Cadaver, etc. by using a URL like > this

Re: uploading files to a webdav SSL enabled server

2005-05-25 Thread Peter Hansen
rbt wrote: > Has anyone used pure python to upload files to a webdav server over SSL? We were not using SSL at the time (since it wasn't supported in standard Python, as I recall), but we successfully used the webdav client that was part of Zope a few years ago. I suspect you could adapt it to

uploading files to a webdav SSL enabled server

2005-05-25 Thread rbt
Has anyone used pure python to upload files to a webdav server over SSL? I have no control over the server. I can access it with all of the various webdav GUIs such as Konqueror, Cadaver, etc. by using a URL like this: webdavs://dav.hostname.com/user_name/uploads My goal is to upload files a