Re: Webdav access - OT

2006-08-26 Thread toth anna
Curtis <[EMAIL PROTECTED]> írta: > PyFileServer - http://pyfilesync.berlios.de/pyfileserver.html seems to > be very similar (at least in theory) to what you want. It's a WSGI > WebDav server. Although not refreshed a year ago, i'll check it. Seem to be quite what i needed. Thank you Curt.

Re: Webdav access - OT

2006-08-25 Thread Curtis
PyFileServer - http://pyfilesync.berlios.de/pyfileserver.html seems to be very similar (at least in theory) to what you want. It's a WSGI WebDav server. Cheers, -Curt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Webdav access - OT

2006-08-24 Thread clee
I would look at zope fror code for a webdav server. I believe Twisted web may also. (Starting with Zope 2.8, zope uses Twisted for it's web server.) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Webdav access - OT

2006-08-23 Thread Jacob Kaplan-Moss
On Aug 23, 2006, at 5:26 AM, toth anna wrote: > I need to provide webdav access (upload) to my customer. > Problem is, uploaded files should hold not in filesystem, > but in database (which other "end" is in django). > Our diversified solutions are converges to python, so i'm > searching for

Webdav access - OT

2006-08-23 Thread toth anna
I need to provide webdav access (upload) to my customer. Problem is, uploaded files should hold not in filesystem, but in database (which other "end" is in django). Our diversified solutions are converges to python, so i'm searching for pythonic way. Google gives me a lot of hits about webdav