Make Share.queryInfo public to allow users to implement all information request
hannosgit opened this issue · 0 comments
hannosgit commented
Currently the queryInfo
method of the com.hierynomus.smbj.share.Share
class is package-private, which means that users of this library cannot query the File System Information because most parts are not implemented in SMBJ.
Making the queryInfo
method public, would allow users to implement these requests in their own code.