Action group: FTP
Get a list of files in a folder
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | FTP session | Robin.FTP | FTP context | Yes |
Server folder | The full or relative path to the new remote directory | Robin.String | Yes | |
Results | ||||
Result | List of filenames in a folder | Robin.Collection |
None.
Connect to the FTP server, get the list of files of the "upload" directory, disconnect the connection and get the value from the collection of received items by index "0".
Use the actions "Connect", "List files", "Disconnect", "Get value by index".
The program robot completed successfully. There is one file in this directory
Information on the value with index =0 is obtained.