Connection Settings
This section contains the information that this connector uses to connect and interact with the application. Each application type requires different information to create and maintain a connection. The fields displayed in Connection Settings depend on your File Transport and Authentication Type selections. The following file transport methods are available:
-
SFTP
-
FTPS
-
SCP
-
AWS S3
-
In File Transport, select SFTP to access the file.
-
Enter the Host name where the file is located.
-
Enter the Port number to use to establish a connection.
-
For Authentication Type, select Basic or Public Key.
-
Select Basic as the authentication type.
-
Enter the Username to use during the file transfer.
-
Enter the Password for the user to use during the file transfer.
-
Select Public Key as the authentication type.
-
Enter the Username to use during the file transfer.
-
Enter the SSH Private Key content to use to establish a connection. Paste the full private key in PEM or OpenSSH format. Do not enter a file path.
-
(Optional) Enter the SSH Private Key Passphrase for the private key.
-
Select Save.
-
In File Transport, select FTPS to access the file.
-
Enter the Host name where the file is located.
-
Enter the Port number to use to establish a connection.
-
For Authentication Type, select Basic or Client Certificate.
-
Select Basic as the authentication type.
-
Enter the Username to use during the file transfer.
-
Enter the Password for the user to use during the file transfer.
-
Select Client Certificate as the authentication type.
-
Enter the Username to use during the file transfer.
-
Enter the Password for the user to use during the file transfer.
-
Enter the FTPS Client Certificate (PKCS12 Base64) content to use to establish a connection. Paste the Base64-encoded content of your PKCS12 (
.p12) client certificate file. -
(Optional) Enter the FTPS Client Certificate Passphrase for the client certificate.
-
Select Save.
Note
The connector uses a hybrid model: the client certificate authenticates the TLS layer, and Username and Password authenticate the FTP protocol layer. Both are always required.
-
In File Transport, select SCP to access the file.
-
Enter the Host name where the file is located.
-
Enter the Port number to use to establish a connection.
-
Enter the Username to use during the file transfer.
-
Enter the Password for the user to use during the file transfer.
-
Select Save.
Before configuring AWS S3, ensure you have completed the S3 File Transport prerequisites, including the required IAM permissions on the target bucket and objects. For more information, refer to Prerequisites.
-
In File Transport, select AWS S3 to access the file.
-
Enter the S3 Bucket name where the file is located.
-
Enter the S3 Region name where the bucket is located.
-
Enter the Access key ID to use during the file transfer.
-
Enter the Secret Access Key to use during the file transfer.
-
Select Save.