You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Samba is a suite of programs that provide seamless file and print services for Windows clients in Linux. Unlike other implementations of the SMB/CIFS networking protocol, Samba is freely available, and allows for interoperability between Linux/Unix servers and Windows/Unix/Linux clients. The project purpose was to create a domain based environme…