Downloadliste

Projektbeschreibung

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

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-01-31 21:31
1.0.1

Ein Fehler in der listPath()-Methode, die Verzeichnislisten für Unterverzeichnisse eine leere Liste verursacht wurde behoben. Fehlerhafte Implementierungen der TRANS2_FIND_FIRST2 und TRANS2_FIND_NEXT2-Anforderung/Antwort-Behandlung, die Verzeichnisliste zu Abstürzen, wenn remote-Verzeichnis eine bestimmte Anzahl von Einträgen enthalten verursacht wurden behoben.
A bug in the listPath() method that caused directory listings for sub-directories to return an empty list was fixed. Incorrect implementations of the TRANS2_FIND_FIRST2 and TRANS2_FIND_NEXT2 request/response handling that caused directory listing to crash when the remote directory contained a certain number of entries were fixed.

2011-12-26 23:13
1.0.0.

Dies ist eine komplett neu geschrieben (die API ist nicht kompatibel mit früheren Pysmb-0.x Versionen). Es unterstützt NTLMv1 und NTLMv2-Authentifizierung wurde mit Windows XP SP3, Windows Vista, Windows 7 und Samba 3.x getestet, fügt eine NMB/SMB Protokollimplementierung für die Verwendung mit Twisted Framework und erfordert Python 2.4.4 oder höher, und pyasn1. Es wurde nicht getestet mit Python3.
This is a complete rewrite (the API is not compatible with previous pysmb-0.x releases). It supports NTLMv1 and NTLMv2 authentication, has been tested with Windows XP SP3, Windows Vista, Windows 7, and Samba 3.x, adds a NMB/SMB protocol implementation for use with Twisted Framework, and requires Python 2.4.4 or later, and pyasn1. It has not been tested with Python3.

Project Resources