As of version 1.4.9.3 released in August 2021 DidiSoft OraSFTP offered ZLIB compression which greatly increased the speed of the SFTP communication.
Unfortunately, the ZLIB package we used (JZlib) had a bug that resulted in ArrayIndexOutOfBoundsException on random occasions. This is very strange as this is the only Java ZLIB package with partial flush capabilities (the built into JDK Deflater doesn’t support partial flush) and it should be very robust as it is used virtually in every Java-based system with SFTP support.
After some recent investigation, we have fixed this bug in JZlib and it is available in version 1.4.9.9 of OraSFTP.
Recommended upgrade to OraSFTP version 1.4.9.9
If you are using DidiSoft OraSFTP from version 1.4.9.3 to 1.4.9.8 it is recommended to update to version 1.4.9.9 in order to have a smooth operation in ZLIB compression mode.