tc wrote:

> Does anyone know of a module for python which simulates a samba server
> (windows fileshare). Instead of sharing a Phisical Device I'd like to
> share a database based filesystem which is spread over various numbers
> of drives and servers.
> 
> Any hints?

If you can use a linux server, you can create a linux user mode file system
- there is a python binding for that - which in turn you could then share
using samba. 

http://www.freenet.org.nz/python/lufs-python/

-- 
Regards,

Diez B. Roggisch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to