The Read operation now takes less time to find files when the MLST command is not supported by a server.
FTP Connector Release Notes for Mule 4
Support Category: Select
Anypoint Connector for FTP (FTP Connector) provides access to files and folders on an FTP server.
1.8.4 (Deprecated)
June 13, 2023
This version is deprecated. All of the features and fixed issues for this version are in version 1.8.5.
1.8.3 (Deprecated)
May 31, 2023
This version is deprecated. All of the features and fixed issues for this version are in version 1.8.5.
1.8.0
1.5.5
October 18, 2021
What’s New
-
When FTP Connector attempted to use the MLSD command to list the directory, the server responded with
Command Not Implemented (502)
and before the connector could retry the operation with a LIST command, the server closed the connection. A call to the FEAT command is now issued to validate that MLST/MLSD commands are supported by the server.
1.5.0
January 10, 2020
Features
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 Issues
-
Fixed an issue where the Write operation was incorrectly throwing a
MULE:UNKNOWN
error instead ofFTP:ILLEGAL_PATH
. (MULE-17797) -
Fixed an issue where the connector was showing an incorrect reply code when throwing an FTP error. (MULE-17815)
-
Fixed the FTP Listener so it is able to rename files on a POST action when
renameTo
is set butmoveTo
is left blank. (MULE-17837) -
Fixed a bug where FTP connection timeout was not working if it was set to a very low value. (MULE-17867)
1.4.0
September 4, 2019
Features
-
The parameters Updated in the last, Not updated in the last, and Time unit are added to the File Matcher. These parameters enable you to have a List or Listener operation that filters files by whether or not they have been updated in the specified time unit.
-
Adds the option to configure FTP Remote Verification.
Fixed Issues
-
Fixed a bug that made the read operation take more than one connection to read the file content. (MULE-17315)
-
Allow configuring Remote Verification in FTP config. (MULE-17369)
-
Fixed a bug that made the read operation fail for certain FTP servers. (MULE-17347)
-
Add (Not) Updated in the last capability to File Matcher in the FTP Connector. (MULE-17219)
1.3.1
June 28, 2019
Fixed Issues
-
Fixed a bug that caused the connector’s listener to skip a file due to a race condition. 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, a file could be skipped. (MULE-16999)