FTP Connectors
FTP connectors allow you to transfer files to FTP servers.
Configuration Options
When setting up an FTP connector, you'll need to provide:
- Name - A descriptive name for the connector
- Host - The FTP server hostname or IP address
- Port - The FTP server port (default: 21)
- Username - Your FTP account username
- Password - Your FTP account password
- Directory - The directory to upload files to
- Secure Connection - Toggle to enable FTPS (FTP over SSL/TLS)
Secure FTP
For enhanced security, you can enable the Secure Connection option:
- When enabled, the connector will use FTPS (FTP over SSL/TLS)
- This encrypts both the control and data channels
- Helps protect sensitive data during transfer
Testing the Connection
After configuring your FTP connector, you can test it:
- Add the connector to the export settings inside a project.
- Upload a file to the project.
- Hit process and check your FTP server for the file.
Best Practices
- Use secure FTP whenever possible
- Create a dedicated FTP user with appropriate permissions
- Set up proper directory structure on your FTP server
- Regularly rotate FTP credentials