FTP Connector Examples - Mule 4
To fully benefit from using Anypoint Connector for FTP (FTP Connector), see the following examples of configuring the connector operations:
-
Read a File
Configure the Read operation to read a file at any point in the flow. -
Write a File
Configure the Write operation to write content into the given path on demand. -
List Files
Configure the List operation to list the files and folders in the configured directory path. -
Copy and Move Files
Configure the Copy and Move operations to copy or move files or directories on demand. -
Trigger a Flow for a Newly Created or Updated File
Configure the On New or Updated File source to trigger a flow for a new created or modified file. -
Connect to an FTP Server
Configure the FTP Connector global configuration element to connect to an FTP server. -
Connect to FTP Servers Dynamically
Configure the FTP Connector to connect dynamically to multiple servers.