pysmb 是一个使用纯 Python 实现的 SMB/CIFS 库,支持 Windows 和 Linux 机器间的文件共享。
pysmb 1.1.8 发布,此版本更新内容如下:
A bug in the storeFile() method where the destination file was not overwritten if it existed in SMB1 communication was fixed.
An SMB1 authentication problem where extended negotiation was not carried out because the remote server had specified its support for extended security in the payload instead of in the message flags2 was fixed
项目主页:http://miketeo.net/wp/index.php/projects/pysmb
来自:开源中国社区

