Jeroen van Erp
Jeroen van Erp
Hi @dgodfrey, definitely, feel free to submit a PR!
@vadipp I've not had time myself, but iof @dgodfrey has something he wants to make a PR for, I'll review it, and we could potentially make this a part of...
Yes, smbj currently does not natively support the smb-rpc call needed to list all shares of a host.
You should try with `EnumSet.of(AccessMask.FILE_WRITE_DATA)`. Typically `SMB_3_1_1` does not permit use of very wide access masks.
I've tried to address this in #835, please see whether that works better
Indeed, oversight on my part, these should've been static from the get-go. Maybe introduce a new static method that gets called from the instance methods, and mark those deprecated. That...
Also makes sense to do! Let's go for that
There are a few examples in the README. What are you looking for exactly?
I suppose you mean the names of all the shares that are on the server?
Adding support for _asymmetric` shares is a bit more involved than the implementation in this PR: > If Connection.Dialect is "3.0.2" or "3.1.1" and the Capabilities field in the response...