Hello,
I am trying to write a script that copy files from my local machine to a samba
share.
I've notice a library call Pysamba which is a wrapper on smb service but it
requires a compilation of SAMBA with some amendment in order to use it.
Are there alternative method that I could do the same t
6:35 +0800, Tim Golden <[EMAIL PROTECTED]> said:
Ronnie Kwok wrote:
Hello,
I am trying to write a script that copy files from my local machine to a samba
share.
Can't you just mount the share (albeit temporarily) and copy
the files over in the normal way? You haven't said