hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
705 stars 179 forks source link

Make Share.queryInfo public to allow users to implement all information request #836

Open hannosgit opened 1 month ago

hannosgit commented 1 month ago

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.