Closed nirabhronz closed 5 months ago
It seems in ubuntu we can use smbclient -L <server> to view the list of shares. is there any equivalent for achieving this in python code running on linux?
smbclient -L <server>
See https://github.com/jborean93/smbprotocol/issues/118
I think that this is a duplicate.
Cool, thanks for the direction
It seems in ubuntu we can use
smbclient -L <server>
to view the list of shares. is there any equivalent for achieving this in python code running on linux?