hierynomus / smbj

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

Add CHANGE_NOTIFY support. #575

Closed zhanghai closed 4 years ago

zhanghai commented 4 years ago

SMB2ChangeNotifyRequest is modified to be an SMB2MultiCreditPacket, and Directory.changeNotifyAsync() is added for obtaining a future for SMB2ChangeNotifyResponse.

zhanghai commented 4 years ago

I've locally tested that this PR works, as in https://github.com/hierynomus/smbj/issues/572#issuecomment-670984231