jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
322 stars 73 forks source link

Any way to list shares of an SMB server after creating session? #278

Closed nirabhronz closed 5 months ago

nirabhronz commented 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?

adiroiban commented 5 months ago

See https://github.com/jborean93/smbprotocol/issues/118

I think that this is a duplicate.

nirabhronz commented 5 months ago

Cool, thanks for the direction