Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport Category: Premium
Anypoint Connector for FTPS (FTPS Connector) connects to FTP servers as FTP Connector but adds support for Transport Layer Security (TLS).
March 6, 2024
Software | Version |
---|---|
Mule |
4.1.2 and later |
Anypoint Studio |
7.3 and later |
OpenJDK |
8 and 11 |
Issue Resolution | ID |
---|---|
The Read operation now finds files that use some special characters while single-file listing. |
W-14650859 |
January 19, 2024
The Commons Net library is upgraded to version 3.8.0.
Software | Version |
---|---|
Mule |
4.1.2 and later |
Anypoint Studio |
7.3 and later |
OpenJDK |
8 and 11 |
Issue Resolution | ID |
---|---|
The Read operation now finds files even if the single-file listing is not supported. |
W-14150759 |
July 11, 2023
The Commons IO library is upgraded to version 2.13.0.
The SLF4J API library is upgraded to version 2.0.7.
Software | Version |
---|---|
Mule |
4.1.2 and later |
Anypoint Studio |
7.3 and later |
OpenJDK |
8 and 11 |
Issue Resolution | ID |
---|---|
The Read operation now takes less time to find files when the MLST command is not supported by a server. |
W-13138208 |
The Commons IO library is upgraded to version 2.13.0 to address reported security vulnerabilities. |
W-13512345 |
The SLF4J API library is upgraded to version 2.0.7 to address reported security vulnerabilities. |
W-13512345 |
June 13, 2023
This version is deprecated. All of the features and fixed issues for this version are in version 1.8.4.
June 1, 2023
This version is deprecated. All of the features and fixed issues for this version are in version 1.8.4.
September 29, 2022
Software | Version |
---|---|
Mule |
4.1.2 and later |
Anypoint Studio |
7.3 and later |
OpenJDK |
8 and 11 |
Issue | ID |
---|---|
FTPS Connector no longer adds a slash |
W-11633034 |
September 27, 2022
FTP Connector now supports an independent file system matcher that lists files following FTP RTF standards. Use the Case sensitive field to configure an external file system matcher as case sensitive or insensitive.
Software | Version |
---|---|
Mule |
4.1.2 and later |
Anypoint Studio |
7.3 and later |
OpenJDK |
8 and 11 |
July 4, 2022
Upgraded versions of dependencies.
Software | Version |
---|---|
Mule |
4.1.2 and later |
Anypoint Studio |
7.3 and later |
OpenJDK |
8 and 11 |
May 30, 2022
Added the Proxy parameter, which enables you to set the HTTP or HTTPS tunnel proxy in the FTPS Connector global configuration.
Software | Version |
---|---|
Mule |
4.1.2 and later |
Anypoint Studio |
7.3 and later |
OpenJDK |
8 and 11 |
March 17, 2022
Software | Version |
---|---|
Mule |
4.1.2 and later |
Anypoint Studio |
7.3 and later |
OpenJDK |
8 and 11 |
Issue | ID |
---|---|
Updated internal dependencies. |
W-10857851 |
January 10, 2020
Added support to set the control encoding to use in the control channel with the remote server. This new parameter is located in the Advanced tab for any FTPS configuration dialog.
Fixed an issue where the Write operation was incorrectly throwing a MULE:UNKNOWN
error instead of FTPS:ILLEGAL_PATH
.
Fixed an issue where the connector was showing an incorrect reply code when throwing an FTPS error.
Fixed FTPS Listener so it is able to rename files on a POST action when renameTo
is set but moveTo
is left blank.
Fixed a bug where the FTPS connection timeout was not working if it was set to a very low value.
September 4, 2019
The parameters Updated in the last, Not updated in the last and Time unit are added to the File Matcher, which enables you to have a List or Listener operation that filters files based on whether or not they have been updated in the specified time unit.
Adds the option to configure FTP Remote Verification.
The Time between size check setting prevents the connector from processing files while they are being written.
Fixed the issue where the read operation was taking more than one connection to read the file content.
Fixed a bug that made the read operation fail for certain FTPS servers.
Fixed a bug that caused the connector’s listener to skip a file due to a race condition. This happened when the polling frequency of the listener was low, the autodelete
flag was true, there was a burst of files to process, and the processing of each file took longer than the polling frequency.
Changed log level so that when failing to log out a connection the stack trace is not logged at WARN
level.
Fixed a regression that affected the use of ftps:listener
without specifying a directory.
April 22, 2019
Fixed an issue that prevented reading files that had a space on its name.
Improved FTPS Write operation performance when writing on remote servers.
Fixed a bug that prevented the usage of the list operation on some FTPS server configurations.
Fixed bug that made the list operation take too long when the listed directory contained a large number of files.
Fixed bug that made the connector get stuck while reading files from a remote server, degrading performance.