Imam Mohammad Bokhary
Imam Mohammad Bokhary
I'm also facing the same issue with MAC OS only. `try{ final Connection smbConnection = smbClient.connect(mAddress); final AuthenticationContext smbAuthenticationContext = new AuthenticationContext( String.valueOf(userName), passWord, String.valueOf(domain)); final Session session = smbConnection.authenticate(smbAuthenticationContext);...
@tosmun-r7 hello, I've fixed the issue on smbj-rpc related to share listing for MAC and I've tested it on MAC, Windows and Linux too working well. Changes should be pushed...