FTP Connection
Connect to an FTP server for file transfer operations.
Configuration
| Field | Description | Required |
|---|---|---|
| Host | FTP server hostname or IP address (e.g., ftp.example.com) | Yes |
| Port | FTP port (default: 21) | No |
| Username | FTP user | Yes |
| Password | FTP password | Yes |
TIP
If your server supports both FTP and SFTP, prefer SFTP — it provides encrypted file transfer over SSH.