SFTP Connector no longer has a memory leak when the session is not closed due to an error opening a channel.
SFTP Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for SFTP (SFTP Connector) provides access to files and folders on an SFTP server. SFTP connector’s operations manage file transfers over the SFTP (Secure File Transfer Protocol) protocol.
1.5.0
1.3.10
September 30, 2020
Fix issues
-
SFTP Connector now throws an
SFTP:ACCESS_DENIED
Mule error code instead of aMULE:UNKNOWN
code if the connector does not have the required permissions to read from or write to a file (SE-16476). -
Improved error handling for the Write operation. SFTP Connector now throws an
SFTP:FILE_DOESNT_EXIST
Mule error code instead of aMULE:UNKNOWN
code (SE-15186).
1.3.2
September 25, 2019
Fixed Issues
-
Fixed an issue where the Write operation was throwing a
MULE:UNKNOWN
error instead of anSFTP:ILLEGAL_PATH
error. (MULE-17482) -
Fixed an issue where the SFTP Listener operation was trying to release connections that were never obtained. (MULE-17491)
-
Fixed a bug where the SFTP Connector was unable to dispose of an invalid connection. (MULE-17494)
1.3.0
September 6, 2019
Features
The parameters Updated in the last, Not updated in the last, and Time unit are added to the File Matching Rules. These parameters enable you to have a List or Listener operation to filter files based on when they were last updated.
Fixed Issues
-
The issue where the read operation took more than one connection to read the file content is fixed. (MULE-17316)
-
The issue where if you were using the latest version of the SFTP connector with older versions of the File, FTP and FTPS connectors, those connectors failed to work correctly is fixed. (MULE-17404)