Jeroen van Erp
Jeroen van Erp
Have you tried setting `signingRequired` to `true`? That's the only one that might be influencing the behaviour of the server.
Thanks, I'll have a look.
For this we rely on Gradle. The plugin itself is called by gradle when the uptodate check fails, I don't think we influence that. Op wo 7 nov. 2018 om...
It highly depends on your method of testing... What types of streams are you using? Are you using the same dialect and encryption standards?
One thing you should always do is use `BufferedInputStream` and `BufferedOutputStream` Also, have you tried using `Smbfiles.copy(sourceFile, share, targetPath, true);`, instead of manually opening the file and streaming the bytes?
Disabling it is simple :) You can do it in the `SmbConfig`.... `withEncryption(false)` is your friend.
Yes, i still need to do this. Will try to remember coming week! Op vr 1 jun. 2018 20:54 schreef Payam Hekmat : > It looks like there hasn't been...
Can you try v0.15.0? Just released this.
What is the complete `build.gradle` file? It should definitely be possible to add new mappings.
Hi! This is where you can find the reference to how this is implemented: [MS-SMB2 2.2.33](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-smb2/10906442-294c-46d3-8515-c277efe1f752) 1. As you can see, all possible `FileInformationClass` options, talk about files and directories...