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

Ключ

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

...

The action establishes a connection to an FTP server

Action icon


Parameters

Input parameters

  1. Connection protocol - Type of connection protocol.

  2. Host - The address of the FTP server on the network.

  3. Port - Port of the FTP server.

  4. Username - Login to connect to the server.

  5. Password - Password to connect to the server.

  6. Private Key File - File with the key to connect via SFTP.

  7. Private Key Password - Password for connection via SFTP with a key.

Output parameters

As a result we get the connection context for working with FTP server.

...

Settings of parameters

Property

Description

Type

Example of filling in

Obligatory to fill in the field

Parameters

Connection protocol

Connection protocol

String


Yes

Host

FTP server address

String


Yes

Port

Port for connection

Numeric


No

Username

Login to connect to the server

String


No

Password

Password to connect to the server

Password


No

Private Key File

A file with the key to connect via SFTP. The key must be in OpenSSH format.

FilePath


No

Private Key Password

Password for SFTP connection with a key

String


No

Results

Context

The unique session identifier that will be created as a result of the action.

FTP instance

FTP context


...