Connecting to SMB share in python

Tim Golden mail at timgolden.me.uk
Thu Sep 25 08:08:59 EDT 2008


Ronnie Kwok wrote:
> Yes, I am running the script under linux and it will be doing some 
> processing before copying it over to the samba mount.
> 
> It's totally fine to mount it with os.sys(...) approach but I am just 
> thinking if there's other option.


I'm not really a Linux person but from all I can see
from Googling around a bit, the os.system ("mount/unmount")
option is still the most viable. Hopefully someone with
real expertise can chip in.

BTW, opinion in this ng/mailing list tends to favour
bottom-posting or interleaved posting.

TJG



More information about the Python-list mailing list