Upload Files To FTPS
Description
Use the step to upload files using FTPS (Files Transfer Protocol Secure).
Configuration
| Field Name | Description |
|---|---|
| General Tab – Server Settings | |
| Step Name | Name of the step. This name must be unique in a single workflow. |
| Server Name / IP Address | Specify the name of the FTPS server or the IP address. |
| Server Port | Specify the TCP port number to use. Default Ports for FTPS protocol: - Explicit Encryption: 21 - Implicit Encryption: 990 |
| Username | Specify the username of your FTPS server account. |
| Password | Specify the password of your FTPS server account. If the checkbox Accept Value as variable/static is selected, the password field appears as a text box and accepts static or variable values. OR If not selected, the password field appears as a dropdown in which you can select a field from the previous steps. |
| Proxy Type | Specify the proxy type. Allowed Values: - HTTP - SOCKS5 |
| Proxy Host | Specify proxy server host name. |
| Proxy Port | Specify proxy server port number. |
| Proxy Username | Specify username of proxy server to log in to server. |
| Proxy Password | Specify password of proxy server to log in to server. If the checkbox Accept Value as variable/static is selected, the password field appears as a text box and accepts static or variable values. OR If not selected, the password field appears as a dropdown in which you can select a field from the previous steps. |
| Connection Type | Select the connection type for encryption. Available Options: - TLS/SSL Implicit encryption - TLS/SSL Explicit encryption |
| Test Connection | Click to check whether the connection is successfully established or not. |
| Files Tab | |
| Source (Local) Files | |
| Local Directory | Specify the directory of the local machine to put file(s). Or click Browse to select the local directory path. The field is mandatory. |
| Wildcard (Regular Expression) | Specify a regular expression to upload specific files from the local directory. For example: *.txt,*.pdf,*.xls,*.xlsxNote: If no expression is defined, all files will be uploaded. |
| Remove Files After Transferal? | Specify Yes to remove files after transfer; otherwise specify No. If Yes, files are removed from the local directory after they are transferred. Allowed Values: Yes or No Default Value: No |
| Overwrite Files | Specify Yes to overwrite the files, otherwise specify No. Default Value: Yes |
| Files Tab – Target (Remote) Files | |
| Remote Directory | Specify the remote directory path of folder on the FTPS server from which we get the files. |
| Create Folder | Specify Yes to create destination folder if it does not exist. Allowed Values: Yes or No Default Value: No |
| Test Folder | Click Test Folder to connect to the remote server and validate whether the folder exists or not. |
| Advanced Settings Tab | |
| Binary Mode? | Specify Yes or No. On Yes, the files will be transferred in binary mode. Allowed Values: Yes or No Default Value: No |
| Timeout | Specify the timeout in milliseconds for FTPS server connection. |
| Use Active FTP Connection | Specify Yes or No. If Yes, you are connecting using Active mode. Note: Set your firewall to accept connections to the port that your FTP client will open. The default is Passive mode. Allowed Values: Yes or No Default Value: No |