Mule FTPS connector icon

Mule FTPS connector

A Mule extension that provides functionality to manage files in an FTPS server

home

This connector provides the same functionality as the standard FTP connector, but it adds secure connections over SSL.

To secure the connection, set a TLS context in the connection:

<ftp:config name="ftp">
    <ftps:connection username="anonymous" password="password"
     host="localhost" port="${ftpPort}"
     workingDir="${workingDir}">
        <tls:context>
            <tls:trust-store path="path/to/keystore" password="mulepassword" />
        </tls:context>
    </ftps:connection>
</ftp:config>

To use the FTPS connector, add it to your Mule app using Anypoint Studio, or you can add the following dependency in your pom.xml file:

<dependency>
    <groupId>com.mulesoft.connectors</groupId>
    <artifactId>mule-ftps-connector</artifactId>
    <version>1.3.0</version> <!-- or newer -->
    <classifier>mule-plugin</classifier>
</dependency>

Additional References

Note: This connector module only works with Mule 4 and Studio 7.

TypeConnector
OrganizationMulesoft Inc.
Published by
MuleSoft Organization
Published onDec 18, 2025
Asset overview

Asset versions for 2.0.x

Asset versions
VersionActions
2.0.5
2.0.4
2.0.2
2.0.1
2.0.0

Categories

Level
PremiumNo values left to add
Functions
B2BNo values left to add

Tags