Simple DAV server?

robert no-spam at no-spam-no-spam.com
Sat Apr 29 15:20:32 EDT 2006


Ivan Voras wrote:

> Kyler Laird wrote:
> 
>> Ivan's been working on a problem I've been experiencing with Windows XP
>> ("failure to launch").  He sent a new version my way today.  I'm going
>> to test it tomorrow when I've got some XP users available.  If it works
>> I'm going to work on putting my changes into a subclass.
>>
>> I don't see this being a full-featured fully-compliant DAV server
>> immediately but I'm betting that it will provide adequate service for my
>> users soon.
> 
> 
> Most of the problems are probably because I didn't mean it to be a 
> fully-compliant WebDAV server, but to serve my need at the time :)
> 
> I'm still waiting for SourceForge to approve the project so there's a 
> proper place to integrate all the patches. One thing I insist on is the 
> separation of davserver and fsdav (e.g. no contamination of knowledge 
> between the two).

I tried a little with that last package from KL (MOVE). Added the 
missing urllib.unquote's and sorted few other problems. ok.

I now also need PROPPATCH / arbitrary properties. Windows for example 
stores (original) file time stamps in such properties.
Started writing on that, yet not complete - little complex. Properties 
to go to a ".##dav" folder (copied and moved together with the objects 
with COPY/MOVE).

-robert



More information about the Python-list mailing list