How to enable the DEBUG logging for FTP, SFTP and FTPS connectors for Mule applications to gather as much information as possible for troubleshooting purposes.
Refer to How to Set the Log Level for a Mule Application in Different Environments to enable DEBUG logging for the following package:
<AsyncLogger name="org.mule.transport.ftp" level="DEBUG"/> <AsyncLogger name="com.mulesoft.mule.transport.ftp" level="DEBUG"/>
<AsyncLogger name="org.mule.extension.ftp" level="DEBUG"/>
Mule 3
<AsyncLogger name="org.mule.transport.sftp" level="DEBUG"/> <AsyncLogger name="com.jcraft" level="DEBUG"/>
Mule 4 (up to version 1.6.3 of the connector)
<AsyncLogger name="org.mule.extension.sftp" level="DEBUG"/> <AsyncLogger name="com.jcraft" level="DEBUG"/>
Mule 4 (as of version 2.0.0 of the connector)
<AsyncLogger name="org.mule.extension.sftp" level="DEBUG"/> <AsyncLogger name="org.apache.sshd" level="DEBUG"/>
<AsyncLogger name="com.modus.mule.modules.ftps" level="DEBUG"/> <AsyncLogger name="com.mulesoft.connectors.ftps.internal" level="DEBUG"/>
Mule 4
<AsyncLogger name="org.mule.extension.ftp" level="DEBUG"/> <AsyncLogger name="com.mulesoft.extension.ftps" level="DEBUG"/>
Note: The debugging package for the FTP Connector also needs to be enabled as shown above because the FTPS Connector connects to FTP servers as FTP Connector and just adds support for Transport Layer Security (TLS).
If you would like to troubleshoot connection management issues with the connection pool, enable debug logging for the following package:
org.mule.runtime.core.internal.connection
001114432

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.