История страницы
...
Disconnect Version 7 (Net)
Группа действийAction group: FTP
Описание
Действие выполняет отключение робота от FTP-сервера.
Иконка действия
Параметры действия
Входные параметры
- Поле "Контекст" – контекст подключения к FTP-серверу.
Настройки
...
Уникальный идентификатор сеанса, к которому будет применено действие.
...
Description
The action disconnects the robot from the FTP server.
Action icon
Action parameters
Input parameters
- Field "Context" - context of connection to the FTP server.
Settings
Property | Description | Type | Example of filling in | Obligatory to fill in the field |
---|---|---|---|---|
Parameters | ||||
Context | The unique identifier of the session to which the action will be applied. | FTP instance | Yes |
Special conditions of use
None.
Example of use
Task
Connect to an FTP server, retrieve the contents of a folder, disconnect from the server and retrieve information on value = 1 from the retrieved collection.
Solution
Use the actions
Особые условия использования
Отсутствуют.
Пример использования
Задача
Подключиться к FTP-серверу, получить содержимое папки, отключиться от сервера и получить информацию по значению = 1 из полученной коллекции.
Решение
Воспользоваться действиями "Connect", "List folder", "Disconnect", "Get value by index".
Реализация
Implementation
Assemble a robot scheme consisting of actionsСобрать схему робота, состоящего из действий:
Настроить параметры для действия Set the parameters for the "Connect" action.
Настроить параметры для действия Set the parameters for the "List folder" action.
Настроить параметры для действия Set the parameters for the "Disconnect" action.
Настроить параметры для действия Set the parameters for the "Get value by index" action.
Нажать на кнопку "Старт" в верхней панелиClick on the "Start" button in the top panel.
Результат
Result
The software robot completed successfully. Information about the value with index =1 is received. Требуется замена скриншотаПрограммный робот отработал успешно. Получена информация по значению с индексом =1.