Key Capabilities
- File transfer protocol support with FTPS (FTP over TLS/SSL) and traditional FTP
- Active and passive mode support with comprehensive firewall compatibility
- Resume capability for interrupted uploads and downloads
- Advanced authentication including certificate-based client authentication
- Connection pooling and temporary file handling for reliable transfers
- Optional caching to ensure only new or updated files are downloaded
Overview
Each FTP Connector connects uploads to a specified folder and downloads from a set of folders on the remote FTP server. Files that reach the FTP Connector in the flow are uploaded to the upload target folder, and files found in the download target folder(s) are downloaded and entered into the flow. The connector supports upload and download filters to only send and receive specified file names and/or file extensions.Connector Configuration
This section contains all of the configurable connector properties.Settings Tab
Host Configuration
Settings related to establishing the connection to the remote FTP host.Client Authentication
Settings related to authenticating to the FTP server.Server Authentication
Setting related to verifying the FTP server’s identity.Upload
Setting related to uploading files to the FTP server.Download
Settings related to downloading from the FTP server.Caching
Settings related to caching and comparing files between multiple downloads. When you enable caching, the file names are case-insensitive. For example, the connector cannot distinguish between
TEST.TXT and test.txt.Advanced Tab
TLS Client Authentication
Settings related to client authentication when two-way TLS authentication is required.Server Commands
Advanced Settings
Settings not included in the previous categories.Proxy Settings
Logging
Miscellaneous
Automation Tab
Automation Settings
Settings related to the automatic processing of files by the connector.Performance
Alerts Tab
SLAs Tab
Establishing a Connection
Connecting to the remote FTP server requires the following settings:- Remote Host
- TLS Type
- Remote Port
- User Name
- Password
Uploading Files
The FTP Connector uploads files from the Transactions tab. Files are automatically uploaded to the FTP server if Upload Automation is enabled in the connector. Remote Path should be set to the folder on the remote FTP server where files should be uploaded. You can use macros to dynamically create dated folders (such as year or month folders). The application changes directories to the specified folder after logging in to the server. You can set a temporary upload extension, prefix, or path on the Advanced tab to ensure that files have been fully transferred before they end up in the Remote Path folder. If any files could not be uploaded, the connector attempts to send them again after the Retry Interval minutes have elapsed. This process continues until the Max Attempts setting is reached, after which the connector raises an error and the file is no longer sent automatically.Downloading Files
Downloaded files are displayed in the Transactions tab of the connector, or passed along to the next connector in the flow. Files are automatically downloaded from the FTP server if Download Automation is enabled in the connector, and can be manually downloaded by clicking Receive Files button on the Transactions tab. Remote Path should be set to the folder on the remote FTP server from which files should be downloaded. You can use macros to dynamically create dated folders (such as year or month folders). The application changes directories to the specified folder after logging in to the server. The File Mask property filters files so that only filenames matching the glob pattern are downloaded from the server. You can set a temporary download extension or prefix on the Advanced tab to ensure that files have been fully transferred before they end up in the Transactions tab. You can use the Delete files (after download) setting to delete the files on the remote server after successfully downloading them. After configuring, files are downloaded according to the Receive Automation settings, or by manually clicking Receive Files on the Transactions tab.Subfolder Headers
If Recurse is checked on the Advanced tab, when receiving a file from the Remote Path in the FTP connector:- The message for the file that is received contains a Subfolder header in its metadata.
- This header contains the subfolder, relative to the Remote Path in the FTP connector, that the file was received from.
- This subfolder header is supported by other connectors that support a subfolder header in Send operations.
- The file is placed in the subfolder, relative to the Upload Path in the FTP connector, that is specified in the subfolder header.
- The subfolder is created if permissions are available.