FTP Connector - Mule 4
home
The FTP connector operations can handle file transfers over FTP and SFTP protocols.
FTP and SFTP Operations
Copy, Create Directory, Delete, List, Move, Read, Rename, Write
In addition to handling the content of a file (the message payload), the FTP connector can use file attributes, such as the file name, path, size, and timestamp. For example, the List operation provides fields for matching the values of file attributes so that you can narrow the list of files to return. It is also possible to perform DataWeave expressions that use file attributes.
The FTP Read operation reads the file in a given path, sets its content in the payload, and sets its attributes.
The FTP Write operation can write content to a file, as well as map data and perform transformations similar to the Transform component.
Note: This connector module only works with Mule 4 and Studio 7.