This table lists the enhancements and fixes in FTPFile Adapter , fix pack version 7.5.0.1. |
Enhancements |
1 | Defect 6071 | | Extend the FTPFile Adapter Permission check Capabilities by Including permission check for Local archive and event directories. |
Additional permission checks were introduced in FTPFile Adapter to validate the permissions for Local archive and event directories in pre deployment phase.
|
|
Fixes |
1 | 103580 | | FTP Adapter when configured with Custom parser class com.ibm.j2ca.ftp.utils.FTPLongListEntryParser fails when working with files having a spaces. |
Symptom: The list/ exist operations on working with such files fails with files with name "abc file with spaces.txt"
|
Resolution: New FTPLongListEntryParser class extends UnixFTPEntryParser while older one uses FTPFileEntryParser. |
|
2 | 103581 | | FTP Adapter currently configured with SFTP protocol can perform either password authentication/ public key authentication at a time. |
Symptom: There are certain SFTP servers like WinSSHd server which allows configuring both public key authentication and password authentication together. So, a user working with such an server should be able to authenticate by providing both private key and password details , authentication fails if either of the two are not provided. |
Resolution: A password is being set during the sftp session, which needs to be provided during authentication. |
|
3 | Defect 5445 | | The Adapter is accepting negative values in EMD for Port Number. |
Symptom: In EMD Port number accepts values like -5. |
Resolution: An EMD fix provided at adapter level. |
|
4 | Defect 5980 | | FTP adapter inbound specific properties are being accepting negative values.Properties are: FtpGetQuantity,FtpPollFrequency,PollQuantity, EP_Timeout |
Symptom: FtpPollFrequency,PollQuantity, EP_Timeout properties accept values like -5(less than 0) while property FtpGetQuantity accepts values less than 1. |
Resolution: An EMD and runtime fix provided at adapter level. |
|