simulated samba server

Diez B. Roggisch deetsNOSPAM at web.de
Tue Mar 15 06:25:21 EST 2005


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



More information about the Python-list mailing list