Jeroen van Erp
Jeroen van Erp
Did this answer your question?
Not out of the box, you would need to load the git history and filter it per file. 2017-06-20 11:23 GMT+02:00 Pavol Loffay : > Hello, > > is there...
I think all the `SMB_COM_*` are for SMBv1.
Not yet, but I also recently ran into this with another project I work on indeed. Will definitely take this into consideration :)! 2016-04-13 9:52 GMT+02:00 RiRomain [email protected]: > Using...
Agreed, I will revisit the exception handling soon.
I've made a start with it. The current idea: - `Buffer.BufferException extends RuntimeException`, as that should not be thrown unless we get malformed/malicious packets - `SMBRuntimeException -> SMBException` and no...
The `DiskShare.fileExists()` and DiskShare.folderExists()` methods have been fixed in the current master already.
Release 0.5.1 has just been released to BinTray, so should be appearing in maven central soon.
I'll look into it. Need to see what that plugin needs for hooks, but should entirely be possible.
Which protocol version is negotiated?