FTP File Download
You can select this activity to download a file from the FTP server.
This table lists the properties for the activity.
Property Type | Property Name | Data type | Description |
---|---|---|---|
Common | Continue on Error | Boolean | Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default. |
Input | File Name | String | The name of the file that must be downloaded. |
File Path | String | The location of the file on the FTP that must be downloaded.. | |
Host | String | The FTP server address or the hostname. | |
Remote File Full Path | String | The location of the file on the FTP server that must be downloaded. | |
Port# | Int32 | The port number to be used for connecting to the FTP server. | |
Protocol | Enum (FTP, SFTP) (Default = SFTP) | The protocol to which the connection must be established. Possible values:
|
|
Timeout | Int32 | The maximum time allowed for the FTP operation. | |
Transfer Mode | Enum (ASCII, Binary) | The transfer mode for FTP connection. | |
Login | Anonymous | Checkbox | The option to ignore the username and password. Select the check box to enable or disable the anonymous login functionality for FTP. |
Password | Source String | Password of the user account. | |
Username | String | The username to authenticate with the FTP server. | |
Misc | Display name | String | The display name for the activity. |
Output | Output File | String | The location and path of the downloaded file. |
Response Code | Int32 |
Response code for the activity. Possible values:
|