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

smb.SMBConnection cannot establish connection under python 3.7.12 #191

Open legolasyan opened 2 years ago

legolasyan commented 2 years ago

pysmb 1.2.7: smb.SMBConnection worked with python 3.7.9 but not 3.7.12 connection will return False any command will show "NotReadyError: SMB connection not authenticated"

zentarim commented 2 years ago

Try the version 1.2.8.

It MIGHT help if you, in fact, encountered the OpenSSL-related problem described here: https://github.com/miketeo/pysmb/issues/196