История страницы
...
Delete files Version 7 (Net)
Группа действийAction group: FTP
Описание
Действие удаляет файлы на 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 |
Нет
Особые условия использования
Отсутствуют.
Пример использования
Задача
Подключиться к FTP-серверу, удалить файл с сервера.
Решение
Воспользоваться действиями "Подключить", "Удалить", "Отключить".
Реализация
...
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
Результат
Программный робот отработал успешно. Файл удален с сервера.
Обзор
Инструменты контента