miketeo / pysmb

pysmb is an experimental SMB/CIFS library written in Python. It implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which allows your Python application to access and transfer files to/from SMB/CIFS shared folders like your Windows file sharing and Samba folders.
Other
341 stars 94 forks source link

pysmb support for SMBv3 #132

Open julianbenavides opened 5 years ago

julianbenavides commented 5 years ago

Several services are moving from SMB2 to SMB3 and scripts using pysmb won't be able to connect if the services does not support SMB2 anymore.

QGB commented 2 years ago

Where version: 2 for any SBM2 3 for any SMB3 dialects, or specific 3 character code like 200 or 201 or 300...