> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ETL: Connecting to FTPS

> Connect an FTPS server to Integrate.io ETL for reading file data. Configure host, port, TLS credentials, and whitelist required IP addresses.

### To define a connection in Integrate.io ETL to your FTPS server

<Steps>
  <Step>
    Click the Connections icon (lightning bolt) on the top left menu.
  </Step>

  <Step>
    Click **New connection** and choose **File Transfer Protocol Secure (FTPS)**.

    <Frame>
      <img src="https://mintcdn.com/integrateio/XpeHmuMzUiEmfOEz/images/connectivity-and-security/image-148.webp?fit=max&auto=format&n=XpeHmuMzUiEmfOEz&q=85&s=c70af74c72f9fdd37440f6dfc4e04c05" alt="New connection button in the Connections menu" width="1200" height="829" data-path="images/connectivity-and-security/image-148.webp" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/integrateio/XpeHmuMzUiEmfOEz/images/connectivity-and-security/image-149.webp?fit=max&auto=format&n=XpeHmuMzUiEmfOEz&q=85&s=992e2485c02672dda33e61388aafcfc5" alt="Selecting FTPS from the connection type list" width="1200" height="829" data-path="images/connectivity-and-security/image-149.webp" />
    </Frame>
  </Step>

  <Step>
    In the new FTPS connection window, name the connection and enter the connection information.

    * **Hostname** - the host name of the FTPS server.
    * **User Name** - the user name to use when connecting to FTPS server.
    * **Password** - the password to use when connecting to FTPS server using password authentication.

          <Note>
            **Note:**

            User name cannot contain the character \$ and passwords cannot contain the character @.
          </Note>
    * **Port** - the TCP port of the FTPS server (Default is 21).
  </Step>

  <Step>
    Click **Test connection**. If the credentials are correct, a message that the connection test was successful appears.
  </Step>

  <Step>
    Click **Create FTPS connection.**

    <Frame>
      <img src="https://mintcdn.com/integrateio/XpeHmuMzUiEmfOEz/images/connectivity-and-security/image-150.webp?fit=max&auto=format&n=XpeHmuMzUiEmfOEz&q=85&s=952652ed0783e47df26eb7e4f8c90b5c" alt="FTPS connection form with hostname, username, and password fields" width="1200" height="829" data-path="images/connectivity-and-security/image-150.webp" />
    </Frame>
  </Step>

  <Step>
    The connection is created and appears in the connections list.

    <Frame>
      <img src="https://mintcdn.com/integrateio/XpeHmuMzUiEmfOEz/images/connectivity-and-security/image-151.webp?fit=max&auto=format&n=XpeHmuMzUiEmfOEz&q=85&s=723bffb9a7d82a69fb39fb9202b5d8b0" alt="FTPS connection created and listed in connections" width="1200" height="829" data-path="images/connectivity-and-security/image-151.webp" />
    </Frame>
  </Step>

  <Step>
    Now you can create a package and test it on your actual data stored in an FTPS server.
  </Step>
</Steps>
