Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Delete files Version 7 (Net)

Группа действийAction group: FTP

Описание

Действие удаляет файлы на FTP-сервера

Иконка действия

Image Removed

Параметры и их настройки

...

Description

Action deletes files on FTP servers

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextUnique identifier of the FTP session in the context of which the action will be applied

Свойство

Описание

Тип

Пример заполнения

Обязательность заполнения поля

Параметры

Контекст

Уникальный идентификатор FTP сеанса, в контексте которого будет применено действие
Robin.FTP
Контекст
FTP context
Да
Yes
Файлы на
Files on FTP-
сервереФайлы, которые необходимо удалить из выбранной директории. Чтобы удалить более одного файла, используйте символы * или ?
ServerFiles to be deleted. To delete more than one file use wild-cards * or ? in filenamesRobin.String
Да

Yes

Включить поддиректории

Если значение равно true, то поиск выполняется внутри текущей директории и по всем ее поддиректориям. Если значение равно false, то поиск выполняется внутри текущей директории. Значение по умолчанию -
Include subdirectoriesIf 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 falseRobin.Booleantrue
Нет
No

Глубина

Максимальная глубина просмотра вложенных поддиректорий. Значение по умолчанию равно 5. Используйте -1 для указания безграничной глубины. Доступно только, если значение параметра «Включить поддиректории» равно 
DepthMaximum depth of search in subdirectories. Default is 5. Use -1 to indicate boundless depth. Note: Available only with parameter Include subdirectories set to trueRobin.Numeric
Нет

No

Исключить файлы

Файлы, которые следует исключить во время удаления. Чтобы исключить более одного файла, используйте символы * или ?
ExcludeFiles 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

  1. Assemble a robot scheme consisting of actions:
    Image Added
  2. Set the parameters for the "Connect" action. 
    image2024-1-23_16-12-15.pngImage Added
  3. Set the parameters for the "Delete files" action. 
    Image Added
  4. Set the parameters for the "Disable" action. 
    image2024-1-23_16-14-30.pngImage Added
  5. Click on the "Start" button in the top panel. 

Result

The program robot completed successfully. The file has been deleted from the server

Результат 

Программный робот отработал успешно. Файл удален с сервера