Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/miketeo/pysmb
cifs-library cifs-protocol python samba smb smb2
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/miketeo/pysmb
- Owner: miketeo
- License: other
- Created: 2014-05-12T07:35:04.000Z (over 10 years ago)
- Default Branch: dev-1.2.x
- Last Pushed: 2024-02-05T14:34:47.000Z (9 months ago)
- Last Synced: 2024-03-23T07:36:39.024Z (8 months ago)
- Topics: cifs-library, cifs-protocol, python, samba, smb, smb2
- Language: Python
- Size: 6.76 MB
- Stars: 333
- Watchers: 12
- Forks: 99
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
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.
* Primary Project Website: https://miketeo.net/blog/projects/pysmb
* Documentation: http://pysmb.readthedocs.io/
* Issue Tracker: Please use the [issue tracker on github](https://github.com/miketeo/pysmb/issues).