FTP List Directory
You can select this activity to retrieve a list of files and directories from a specific directory on an 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 | Remote Directory Full Path | String | The directory on the FTP server from which files and directories must be retrieved. |
| Timeout | Int32 | The maximum time allowed for the FTP operation. The default value is 60 secs. | |
| Misc | Display Name | String | The display name for the activity. |
| Output | Error Code | Int32 | The error code for the activity. |
| Retrieved Directories | String | The list of directory names or paths that have been retrieved from the remote directory. | |
| Retrieved Files | String | The list of file names or paths that have been retrieved from the remote directory. | |
| Status | Boolean | The status of the FTP operation. | |
| Security | Password | String | Password for FTP credentials. Note: The information provided
in this field is masked as the data is sensitive. You can click the Eye option to
review the information
|
| Protocol |
The protocol to which the connection must be established. Possible values:
|
||
| User Name | String | The username for FTP credential. | |
| Server | Host | String | The url of the FTP server that must be connected. |
| Port | Int32 | The port that must be connected to the server.. |