Canvas now enables you to connect with FTP servers for secured transfer of files (CSV, XLS, XSLX formats). The user can transfer as well as receive files from the FTP server in a secured manner. You can easily connect to FTP servers and perform actions like sending and receiving files with limited configuration steps.
Prerequisites
To create FTP connections, make sure to copy all the JAR files from the following location in the CT platform binary:
- \Intellect Digital Enterprise Platform-20.1.0.0-full.zip\Intellect Digital Enterprise Platform-20.1.0.0-full\Supporting_Jars\Camel_Jars\FTP_Jars
And place those files in your application WAR files on the app or web server. For example, <Tomcat-Installed-Folder>\webapps\ctmodelhouse\WEB-INFlib folder in the above mentioned path.
Perform the following steps to create a FTP server connection in Canvas Studio:
- In Canvas Studio, click Create > Connectors.
The Connectors page appears as shown in the following screenshot: - Click OTHERS and select FTP option.
- Enter a unique name for the connection in Connection Name field. Here, FTP_CONNECTION is provided as the connection name.
- Provide a valid user name for the FTP connection in Username field if required. In this example, ubuntu is given as the user name.
- Provide the host name of the FTP server in Hostname field. In this example, 52.77.35.131 is given as the host name.
Enter the port number of the FTP server in Port field. In this example, 22 is given as the port number.
You can also provide the private key, key pair and password credentials on the respective fields to ensure increased security.
Alternatively, you can also drag and drop or upload the private key file to provide the keys information in encrypted manner.
- Click Submit to save the connection.
A success message for creating the connection appears as shown in the following screenshot: - Click Ok.
Refer the following pages:
Add Comment