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
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"
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"