Download List

项目描述

pysmb is an experimental SMB/CIFS library written in pure Python to support file sharing between Windows and Linux machines.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-09-29 10:17
1.1.2

此版本改进了在 nmb.NetBIOS 和 nmb queryIPForName()。NBNSProtocol 类返回只有服务器计算机名和忽略工作组名称。

This release improves queryIPForName() in the nmb.NetBIOS and nmb.NBNSProtocol classes to return only server machine names and ignore workgroup names.

2012-06-10 04:11
1.1.1

此版本添加了支持 Python3 和检索列表的卷影副本 (也称为"早期版本"在 Windows 中)。请注意并非所有的 Windows 版本支持卷影副本。
This release adds support for Python3 and for retrieving a list of shadow copies (also known as "previous versions" in Windows). Note that not all Windows editions support shadow copies.

2012-06-02 06:15
1.1.0

此版本添加了与 SMB2 的传出邮件签名 SMB2 协议执行。pysmb 将利用 SMB2 协议与支持 SMB2 的服务器 (例如,Windows Vista、 Windows 7 和桑巴 3)。如果远程服务器不支持 SMB2,pysmb 将自动回退到使用 SMB1 协议。
This release adds an SMB2 protocol implementation with signing for outgoing SMB2 messages. pysmb will utilize SMB2 protocol with servers which support SMB2 (e.g., Windows Vista, Windows 7, and Samba 3). If the remote server does not support SMB2, pysmb will automatically fall back to using the SMB1 protocol.

2012-05-08 07:49
1.0.5

此版本添加了支持 SMB 消息签名。pysmb 将签署所有 SMB 消息从 CIFS 客户端到服务器,但它并不验证来自服务器的 SMB 消息的签名。
This release adds supports for SMB message signing. pysmb will sign all SMB messages from the CIFS client to the server, but it does not verify the signatures of the SMB messages from the server.

2012-05-01 19:13
1.0.4

此版本添加了支持"smb: / /"中 urllib2 Python 软件包中的检索或从/的文件上传到远程 CIFS 服务器的 Url。改进的文档了。
This release added support for "smb://" URLs in the urllib2 Python package for retrieving or uploading files from/to remote CIFS servers. Documentation was improved.

Project Resources