Action group: FTP
Get a detailed list of files on the server.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Unique identifier of the FTP session in the context of which the action will be applied | Robin.FTP | FTP context | Yes |
Directory on the FTP- server | Full or relative path to the directory from which the detailed list of files will be downloaded. The default is the current folder. | Robin.String | No | |
Recursion | Get list of all files in all subdirectories. | Robin.Boolean | true | No |
Results | ||||
Result | List of files from the specified directory | Robin.Collection |
Special conditions of use
None.
Connect to an FTP server, retrieve the contents of a folder.
Use "Connect", "List folder", "Disconnect" actions.
Assemble a robot scheme consisting of actions:
Set the parameters for the "Connect" action.
Set the parameters for the "List folder" action.
4. Set the parameters for the "Disable" action.
5. Click on the "Start" button in the upper panel.
The software robot completed successfully. The content of the folder is received into the variable of type "Collection" and consists of 5 records.