hierynomus / smbj

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

demo #622

Closed 151058580845 closed 3 years ago

151058580845 commented 3 years ago

Hello ,I have a lot of questions about How to use this library. Where can I refer to some examples

hierynomus commented 3 years ago

There are a lot of integration tests showing how to use the library to do various things. These can be found in the src/it/groovy directory. Furthermore there are a few basic examples in the README. If these are not sufficient, please describe more closely what you want to achieve.

151058580845 commented 3 years ago

Thank you for your reply. I'll have a look