Web File System

Michele Simionato michele.simionato at gmail.com
Mon Jan 29 03:53:00 EST 2007


On Jan 29, 9:31 am, anthony.cutr... at gmail.com wrote:
> Hi group,
>
> I have a development with a file system in Python, accessible from a
> graphic web application.
>
> I mustn't use an NTFS or EXT3 system, because those are not adapted
> for my use. Indeed, I would like my system to be able to recover
> files, and get precedent versions. I also want it to index words
> contained in files, to search with these.
>
> Files and folders have to be in an SQL database, mounted in ext3-like
> system. File would be identified by a single ID, and links with names
> should be connected on these IDs.
>
> Somebody have already worked (in Python) about this kind of things ?
> is there a publicly available framework or toolkit ?
>
> thanks

I do not understand extractly what you are asking, but do you know 
about WebDAV?
I would give a look to Content Management Systems such as Zope for 
this kind of things.

      Michele Simionato




More information about the Python-list mailing list