Action group: FTP
Action deletes files on FTP servers
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 |
Files on FTP-Server | Files to be deleted. To delete more than one file use wild-cards * or ? in filenames | Robin.String | Yes | |
Include subdirectories | If the value is true, then the search is performed within the current directory and in all its subdirectories. If the value is false, then the search is performed within the current directory. Default is false | Robin.Boolean | true | No |
Depth | Maximum depth of search in subdirectories. Default is 5. Use -1 to indicate boundless depth. Note: Available only with parameter Include subdirectories set to true | Robin.Numeric | No | |
Exclude | Files to be excluded during delete operation. Default is "". To delete more than one file use wild-cards * or ? in filenames. | Robin.String | No |
None.
Connect to the FTP server, delete the file from the server.
Use the actions "Connect", "Delete files", "Disconnect".
The program robot completed successfully. The file has been deleted from the server.