http://sourceforge.net/projects/pysamba/ PySamba。そのまんま。 __init__(self, host, res, user, passwd, domain) Connect(self) DiskAvail(self) List(self,dir) DirSize(self, dirn=None) GetDir(self, remote, local) PutDir(self, local, remote) GetFile(self,remote,local, createdirs=False) Chdir(self, dir) PutFile(self,local,remote) Pwd(self) Unlink(self, fname) Exists(self, fname) Mkdir(self, dirname, parent=Fal

