1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/py-smb/pkg-descr
Andrew Pantyukhin b60bea617c - Fix master site and add more
- Use more macros in plist
- Update WWW

PR:		ports/97823
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-06-03 14:19:31 +00:00

13 lines
536 B
Plaintext

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/old/projects/pysmb/