diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-11 13:21:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-11 13:21:41 +0000 |
commit | 4353065d4497ff950eb138b9a6caee4de325b231 (patch) | |
tree | 490bda80de957df058fa2e15540052ff04699e95 /net/py-smb/pkg-descr | |
parent | 9db822d0688daee6d1824261b5ca54187a4e7b59 (diff) |
Notes
Diffstat (limited to 'net/py-smb/pkg-descr')
-rw-r--r-- | net/py-smb/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/py-smb/pkg-descr b/net/py-smb/pkg-descr new file mode 100644 index 000000000000..249fa6d56aa0 --- /dev/null +++ b/net/py-smb/pkg-descr @@ -0,0 +1,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 + neccessary for the smb module to operate. + +WWW: http://miketeo.net/projects/pysmb/ |