Connect
Connect activity enables to connect to FTP server.
| *Connection name | Reference name of connection that will be connected. |
| Username | FTP username. |
| Password | FTP password. |
| Private key file | Private key file name with path. |
| *Host | Host information. |
| *Port | The information of FTP connection point (port). |
| Is secure | If connection is secure then connection type will be sftp, else connection type will be ftp. |
Note: * Fields selected with are required, others are optional.
Connection name example
You can use the Connection name as shown in the example.
ftpConnection
Username example
You can use the Username as shown in the example.
robustaserver
Password example
You can use the Password as shown in the example.
Password123
Private key file example
You can use the Private key fileas shown in the example.
C:UsersDocumentsppFile.ppk
Host example
You can use the Host as shown in the example.
10.10.10.10
Port example
You can use the Port as shown in the example.
22
If connection is secure then port cannot be 21 and if connection is not secure then port cannot be 22.
Is secure example
You can use the Is secure as shown in the example.
True
If connection is secure then connection type will be sftp, else connection type will be ftp.