Get File via FTPS
Description
Get File via FTPS downloads files from a remote directory using FTP Secure (FTPS) with SSL/TLS encryption. Use this process entry when your process needs to securely retrieve files from a server that requires encrypted FTP connections — for example, downloading financial data feeds or regulated files from a partner's FTPS server. It supports proxy connections and configurable timeout settings.
Configurations
| Field Name | Description |
|---|---|
| Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
| Server: | |
| FTP server name / IP address | The name of the SFTP server or the IP address |
| Server Port | The TCP port to use. This is usually 22 |
| User name | The user name to log into the SFTP server |
| Password | The password to log into the SFTP server |
| Proxy host | Proxy server host name |
| Proxy port | Proxy server port number |
| Proxy username | Proxy server account user name |
| Proxy password | Proxy server account password |
| Connection type | Select from the list: - FTP - Implicit SSL - Authentication SSL - Implicit SSL with crypted FTP connection - Authentication TLS - Implicit TLS - Implicit TLS with crypted FTP connection |
| Advanced: | |
| Binary mode? | Enable if files must be transferred in binary mode |
| Timeout | The FTP server timeout in seconds |
| Use active FTP connection | Enable if you are connecting to the FTP server using Active mode; you must set your firewall to accept connections to the port that your FTP client will open. The default is Passive mode. |