The SFTP Connector Write operation now responds correctly.
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.
2.0.0
Aug 17, 2023
What’s New
-
SFTP Connector 2.0.0 no longer supports the
jcraft JSCH
library. The connector now uses theApache Mina SSHD
library. -
The List operation no longer fetches the content of each file. Now, the payload of each list item contains the complete path to the found file or directory.
-
The connector no longer uses the
mule.sftp.useHomeDirectory
system property. SFTP Connector now uses the default home directory. -
The SFTP Regular Size file attribute is renamed to Regular File, because its behavior is not related to size. The file attribute value is a file (
true
) or a directory (false
). -
SFTP Connector 2.0.0 does not support ciphers
3des-ctr
andarcfour
. For more information, refer to Supported Ciphers. -
The SFTP proxy protocol works only with HTTP and SOCKS5. SOCKS4 support is not supported.
-
SFTP Connector no longer uses
javax.activation
to resolve the media types of the files. The connector now usesApache Tika
, which can result in different media file interpretations. -
The connector changed the classes to manage the date from
LocalDateTime
toZonedDateTime
. -
The deprecated Encoding parameter in the configuration and Write operation is removed. The connector uses Mule’s default encoding.
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)