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
338 stars 95 forks source link

Feature request: obtaining amount of free space on a share #173

Open Deelight-fr opened 3 years ago

Deelight-fr commented 3 years ago

I don't think it's possible to obtain the amount of free space available on a share with pysmb at the moment (but maybe i'm wrong), but this would be a great feature for my use case.

macjohnny commented 3 years ago

if you want to implement this, the following resources might be helpful: