You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to use SI with the default library jcifs version 2.1.28 but the performance was very poor. We first thought might be a buffer size problem and tried to class shadow some internal spring and spring integration classes in order to boost performance but to no succes. Transferring a 200MB file took 13minutes+ no matter what. In the end we gave up using some SI components, build a custom component for file transfer to samba based on hierynomus/smbj library version 0.11.5 and our time transfer fall down to below 1m for 200MB.