FTP connection
Prerequisite
To connect to FTP, you must whitelist IPs.
Procedure
-
Navigate to the Data Integration Account.
-
Click Connections and select + New Connection.
-
Choose FTP connection.
-
Enter the Connection Name.
-
Enter your Host name.
-
Enter the Port (In most cases, this is set to 21.)
-
Enter your Username and Password.
-
Click Test Connection to verify your connection. If the connection succeeds, you can use this connection in Data Integration.
Using SSL/TLS
By enabling the SSL/TLS checkbox, you activate File Transfer Protocol Secure Sockets Layer (FTPS), which leverages the simplicity of traditional FTP data transfers and introduces a necessary security layer. File Transfer Protocol Secure Sockets Layer (SSL) or Transport Layer Security (TLS) addresses security gaps in traditional FTP by encrypting the data transfer using SSL or TLS protocols.
When you share the data through FTPS, you can use either Explicit FTPS or Implicit FTPS.
Explicit FTPS
Explicit FTPS establishes a traditional FTP connection on the standard port and then establishes a secure SSL connection on port 21 before login, providing flexibility to choose the level of encryption and protecting data while enabling the server to disallow insecure requests.
Implicit FTPS
Implicit FTPS immediately establishes an SSL connection on port 990 before login or file transfer, and encrypts the entire FTP session.