# FTPS Server - Connecting with an FTP Client

In order to upload or download data to or from Horizon's FTPS server, customers will need to use an FTP client and authenticate using the unique account created for them in the [FTPS Server - Creating Client Access Accounts](https://wiki.horizon-is.com/books/internal-it-management/page/ftps-server-creating-client-access-accounts "FTPS Server - Creating Client Access Accounts") page. FileZilla is a free multi-platform FTP client which can be installed and configured quickly and easily. This article will detail the process to download and install FileZilla and configure the Horizon FTPS server for customer access.

<p class="callout info">Customer FTP credentials should be saved in Keeper under their respective folder in **Horizon Clients**.</p>

#### Procedure

1. Download the [**FileZilla** client](https://filezilla-project.org/download.php?type=client).
2. Run the **FileZilla** client installer, accepting defaults in the wizard. Decline any optional offers during installation, such as **AVG Secure Browser**.
3. Run **FileZilla** and click the **Hosts** button on the toolbar:  
    [![HostsButton.png](https://wiki.horizon-is.com/uploads/images/gallery/2022-08/scaled-1680-/hostsbutton.png)](https://wiki.horizon-is.com/uploads/images/gallery/2022-08/hostsbutton.png)
4. Click the **New site** button:[![NewSite.png](https://wiki.horizon-is.com/uploads/images/gallery/2022-08/scaled-1680-/newsite.png)](https://wiki.horizon-is.com/uploads/images/gallery/2022-08/newsite.png)
5. Enter the following information:  
    
    - Protocol: **FTP - File Transfer Protocol**
    - Host: **ftps.horizon-is.com**
    - Encryption: **Require explicit FTP over TLS**
    - Logon Type: **Normal**
    - User: **\[ClientName\]**
    - Password: **\[ClientPassword\]**  
        [![Credentials.png](https://wiki.horizon-is.com/uploads/images/gallery/2022-08/scaled-1680-/kbMcredentials.png)](https://wiki.horizon-is.com/uploads/images/gallery/2022-08/kbMcredentials.png)
6. Click the **Connect** button, choose the **Save passwords** option, and click the **OK** button.
7. If an **Unknown certificate** window appears, confirm the SSL certificate lists "ftps.horizon-is.com" in the common/alternative names, check both boxes at the bottom of the window to trust the certificate, then click the **OK** button.
8. **FileZilla** should make a secure connection to the Horizon FTPS server and place you in the customer's secure directory.
9. You can now drag-and-drop files between the local machine and the Horizon FTPS server as needed.