Delete files Version 7 (Net)
Action group: FTP
Description
Action deletes files on FTP servers
Action icon
Settings of parameters
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 |
Special conditions of use
None.
Example of use
Task
Connect to the FTP server, delete the file from the server.
Solution
Use the actions "Connect", "Delete files", "Disconnect".
Implementation
- Assemble a robot scheme consisting of actions:
- Set the parameters for the "Connect" action.
- Set the parameters for the "Delete files" action.
- Set the parameters for the "Disable" action.
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully. The file has been deleted from the server.
Обзор
Инструменты контента