Re: Simple DAV server?

2006-05-11 Thread Kyler Laird
Ivan Voras <[EMAIL PROTECTED]> writes: >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 am *so* close to having a WebDAV solution. Unfortunately when I finally moved to using HTTPS, it all broke in MS Windo

Re: Simple DAV server?

2006-04-24 Thread Kyler Laird
robert <[EMAIL PROTECTED]> writes: >KL wrote, he added some more capabs. I'd need MOVE and saw PUT has bugs >to also not respect URL-quoted folders/elements (with spaces, utf-8 etc.) I've got MOVE working and I took care of the percent-escaped filenames but UTF-8 stuff is still giving me problem

Re: mod_python web-dav management system

2006-04-23 Thread Kyler Laird
[EMAIL PROTECTED] writes: >What about if there existed a mod_dav_python for Apache. Would >that be of interest. To me it would only be of interest if it's combined with Apache's suid capabilities. > The idea is that the module could bridge the >C API hooks and structures of mod_dav module to Pyt

Re: Simple DAV server?

2006-04-19 Thread Kyler Laird
robert <[EMAIL PROTECTED]> writes: >For testing purposes I'm looking for a simple DAV server - best a python >thing serving a folder tree. Don't want to install/change/setup the >complex apache dav .. I'm avoiding Apache for this too. Today I've been working on PanDAV. http://ivoras.s

Re: mod_python web-dav management system

2006-04-19 Thread Kyler Laird
Damjan <[EMAIL PROTECTED]> writes: >I wouldn't use Zope as file storage. The ZODB is inefficient for storing big >files. It sounds like you're describing Zope FileStorage. There are certainly other options for Zope storage. I still use DirectoryStorage sometimes but Zope Local File System

Re: mod_python web-dav management system

2006-04-19 Thread Kyler Laird
Damjan <[EMAIL PROTECTED]> writes: >Now I've been thinking that it might be pretty easy to implement a >authorization layer with mod_python (but living handling of the web-dav >protocol to apache)... So, has anyone already done something similar? Yup. I'm in the process. I'm using mod_python to

ioctl() help needed for video4linux

2004-12-24 Thread Kyler Laird
I want to know which input one of my V4L devices is using. This is done using the VIDIOC_G_INPUT ioctl. I'm trying to figure out how to do it in Python. I found the pyv4l. http://pyv4l.sourceforge.net/ It hasn't been updated in awhile. It doesn't know about VIDIOC_G_INPUT. I tried crea