1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/py-smb/pkg-descr
Ruslan Makhmatkhanov 72200077b9 - update to 1.1.2
changelog:
o Improve queryIPForName() in nmb.NetBIOS and nmb.NBNSProtocol class to return
  only server machine name and ignore workgroup names.
2012-09-28 20:11:10 +00:00

13 lines
572 B
Plaintext

pysmb is an experimental SMB/CIFS library written in Python.
It implements the client-side SMB/CIFS protocol which allows your Python
application to access and transfer files to/from SMB/CIFS shared folders
like your Windows file sharing and Samba folders.
It was tested with Windows XP SP3, Windows Vista, Windows 7 and Samba 3.x.
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