mcd2000

Results 1 issues of mcd2000

I'm trying to write an SMB2 client for Android. I need to read share list from the server. I'm doing something like this: ``` SmbConfig cfg = SmbConfig.builder(). withMultiProtocolNegotiate(true). withSecurityProvider(new...