ダウンロードリスト

プロジェクト概要

pysmb は間のファイル共有 Windows と Linux マシンをサポートするために純粋な Python で書かれた実験、SMB/CIFS ライブラリです。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-01-31 21:31
1.0.1

ディレクトリの一覧は空のリストを返すサブディレクトリに発生、listPath() メソッドのバグが修正されました。不適切な実装のディレクトリ リストをリモート ディレクトリに含まれるエントリ数がクラッシュする原因となった、TRANS2_FIND_FIRST2 と TRANS2_FIND_NEXT2 要求と応答の処理を修正しました。
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.

これは、(API 以前の pysmb 0.x リリースと互換性のない) 完全な書き換えです。NTLMv1、NTLMv2 認証をサポート、Windows XP SP3、Windows Vista、Windows 7 と Samba の 3.x でテストされています、NMB/SMB プロトコル実装フレームワーク、ツイストで使用するための追加、Python 2.4.4 が必要またはそれ以降と pyasn1。それ 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.

プロジェクトリソース