Instructions to test with the MFT-13592_6030_SFTP_icap_reqid.jar test jar =============================================================================== This jar has a potential fix for this issue and produces additional debug log. Copy the MFT-13707_6030_SFTP_psftp.jar file into the /lib directory Copy /bin/startEngine.sh file as say startEngine_mod.sh Edit your /bin/startEngine_mod.sh file and put the /lib/MFT-13707_6030_SFTP_psftp.jar at the front of the java classpath: Change CLASSPATH=${LIB_DIR}/sterling/neko_apos.jar:${CLASSPATH}:${DIST_DIR}/conf:${DIST_DIR}/bin to CLASSPATH=${LIB_DIR}/MFT-13707_6030_SFTP_psftp.jar:${LIB_DIR}/sterling/neko_apos.jar:${CLASSPATH}:${DIST_DIR}/conf:${DIST_DIR}/bin Turn on DEBUG log on for the sftp adapter in SSP for this testing. Stop the SSP and start the SSP using the modified start script startEngine_mod.sh Once the test is finished, you may change the log level to your previous setting, stop and start SSP using startEngine.sh. Send us the sftp adapter and systemout.log files. You should see "MFT-13707 diagnostic jar" in the sftp adapter DEBUG log when you run a session with ICAP AV Scan. Verify this to confirm you are running with the diagnostic jar.