Re: simulated samba server

2005-03-15 Thread tc
GREAT, thanks that should just do the trick. Maybe that way i'll generate a bit more network traffic (because it first transfers the data from different servers to the linux server and the sends it from there...) but it actually will work just fine. thanks alot cheers tc -- http://mail.python.

Re: simulated samba server

2005-03-15 Thread Diez B. Roggisch
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 serve

Re: simulated samba server

2005-03-15 Thread tc
neither... I really need a network drive or a shell integration (like virtual cd drive...) cheers -- http://mail.python.org/mailman/listinfo/python-list

Re: simulated samba server

2005-03-15 Thread tc
HTTP isn't a solution. I thought of that also, but I need it to simulate a drive, because various programs (also such that don't support webDAV / HTTP) need to access the files on that storage, as if it where a local or a network drive. -- http://mail.python.org/mailman/listinfo/python-list

Re: simulated samba server

2005-03-15 Thread Ola Natvig
Christos TZOTZIOY Georgiou wrote: On 15 Mar 2005 02:08:55 -0800, rumours say that "tc" <[EMAIL PROTECTED]> might have written: 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 filesys

Re: simulated samba server

2005-03-15 Thread TZOTZIOY
On 15 Mar 2005 02:08:55 -0800, rumours say that "tc" <[EMAIL PROTECTED]> might have written: >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 variou

simulated samba server

2005-03-15 Thread tc
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? TC -- http://mail.python.org/mailman/listinfo/pyt