blob: dbf9ae0088107d8aa9c7903e8b68d4850734ef35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
pysmb is an experimental SMB/CIFS library written in Python.
The library has been tested to be able to connect Win 98 SE and Samba 2.0
machines, and upload/download files to and from these machines. Unfortunately,
some users have reported that pysmb is unable to work with Windows 2000 and
Windows XP.
Modules
smb - Contains all the SMB operations and constants
nmb - Contains some of the NetBIOS over TCP/IP operations which is
necessary for the smb module to operate.
WWW: http://miketeo.net/wp/index.php/projects/pysmb
|