Documentation
Contents

Cancel

Recommended Articles

  1. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  2. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  3. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  4. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  5. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  6. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  7. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  8. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  9. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  10. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  11. unify-apps

    Google Calendar

    Unify Automations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

  12. unify-apps

    SAP HANA

    Unify Integrations

    Connect your app with SAP HANA to leverage in-memory computing for real-time data processing and advanced analytics at scale.

  13. unify-apps

    Encoding

    Unify Data

    Convert data effortlessly with advanced encoding

#
Unify Integrations
Logo
FTP/FTPS

FTP/FTPS

Logo

3 mins READ

Integrating your application with FTP/FTPS (File Transfer Protocol / File Transfer Protocol Secure) provides a standard method for transferring files between systems. While FTP offers basic file transfer capabilities, FTPS adds an encryption layer, enhancing security. Users can upload, download, and manage files on remote servers using command-line tools and graphical interfaces. 

Authentication

Before you begin, make sure you have the following information:

  • Connection Name: Choose a descriptive name for your connection. This helps you easily identify the connection within your application or integration settings, such as "MyAppFTPIntegration".

  • Authentication Type: Select the type of authentication for connecting to your FTP/FTPS server:

    • Basic (Username and Password)

    • SSL/TLS Certificates (for FTPS only)

Basic Authentication

  1. Set Up FTP/FTPS User:

    • Log into your server or hosting platform.

    • Navigate to the FTP/FTPS settings or user management area.

    • Create a new user account specifically for FTP/FTPS access.

    • Assign necessary permissions and specify the home directory.

    • Obtain the FTP/FTPS credentials (username and password).

  2. Connecting with an FTP/FTPS Client:

    • Open an FTP client like FileZilla, Cyberduck, or WinSCP.

    • Create a new connection profile and enter the following details:

      • Host: The FTP/FTPS server address.

      • Port: Use 21 for FTP or FTPS (explicit) and 990 for FTPS (implicit).

      • Username and Password: Enter the credentials obtained in the previous step.

    • For FTPS: Ensure SSL/TLS is enabled in the connection settings to secure the transfer.

    • Connect to the server and start transferring files.

SSL/TLS Certificates (FTPS Only)

For secure FTPS connections using SSL/TLS, follow these additional steps:

  1. FTPS Type:

    • Select the type of FTPS connection:

      • Explicit FTPS: The connection starts as unencrypted FTP and upgrades to TLS/SSL upon an explicit request from the client.

      • Implicit FTPS: The connection is encrypted from the beginning.

  2. Certificate Verification:

    • Verify Certificate: Choose whether to verify the server’s SSL/TLS certificate.

    • If required, enable trustAll to accept all certificates without verification (useful for testing environments or self-signed certificates).

Actions

Actions

Description

Delete file

Deletes a file from the FTP/FTPS server

Delete folder

Deletes a folder from the FTP/FTPS server

Download file

Downloads a file from the FTP/FTPS server

Get file information

Gets information about a file from the FTP/FTPS server

List files and directories

Lists files and directories from the FTP/FTPS server

Rename a file

Renames a file on the FTP/FTPS server

Search folder

Searches for files and folders in a folder on the FTP/FTPS server

Upload file

Uploads a file to the FTP/FTPS server