When setting the option to delete the source file with the Integration FTP, the job does not erase the source file and instead generate the following message
2024-05-31 05:00:11 Connection attempt failed: Algorithm negotiation fail Algorithm negotiation fail com.uc4.ftpjob.DataTransferException: Connection exception. at com.uc4.transfer.CITSFTPImpl.<init>(CITSFTPImpl.java:181) at com.uc4.ftpjob.connections.ConnectionManager$1.run(ConnectionManager.java:87) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail at com.jcraft.jsch.Session.receive_kexinit(Session.java:590) at com.jcraft.jsch.Session.connect(Session.java:320) at com.jcraft.jsch.Session.connect(Session.java:183) at com.uc4.transfer.CITSFTPImpl.connect(CITSFTPImpl.java:235) at com.uc4.transfer.CITSFTPImpl.openChannel(CITSFTPImpl.java:223) at com.uc4.transfer.CITSFTPImpl.retryOpenChannel(CITSFTPImpl.java:196) at com.uc4.transfer.CITSFTPImpl.<init>(CITSFTPImpl.java:167) ... 2 more
Known Defect.