hierynomus/smbj

Question: Listing available DiskShares?

Open

#131 opened on Jul 19, 2017

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (190 forks)github user discovery
enhancementhelp wantedms-rpc

Repository metrics

Stars
 (816 stars)
PR merge metrics
 (PR metrics pending)

Description

I'm migrating a product from Samba JCIFS, where a listing of available SMB shares is available by connecting without specifying a path. Is there a similar capability in SMBJ?

I've tried various "generic" arguments to session.connectShare(), e.g., null, "", "\", but to not avail.

And while I'm here, thank you got your excellent work on this project! It's available just in time.

Contributor guide