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.
Currently the
queryInfomethod of thecom.hierynomus.smbj.share.Shareclass 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
queryInfomethod public, would allow users to implement these requests in their own code.