Generate a known_hosts file which contains the public key of the host, place it within the src/main/resources folder of the project and specify the location of the file in the knownHostsFile parameter of the SFTP connector configuration.e.g. Mule 4 <sftp:config name="SFTP_Config" doc:...
def endpointBuilder = muleContext.endpointFactory.getEndpointBuilder("sftp://<username>:<password>@<hostname>:22"+message.payload.FileLocation) endpointBuilder.addMessageProcessor(new org.mule.routing.MessageFilter(new org.mule.transport.file.filters.FilenameWildcardFilter(message.payload.FileName))) ...
main .github icon mule-shaders-module src .gitignore Jenkinsfile LICENSE.txt build.yaml formatter.xml pom.xml update_deps_versions.sh Latest commit chirag868 W-15717354: Update snapshot version to 2.3.0 after release Jul 16, 2024 845b570·Jul 16, 2024 ...
Files master examples src assembly.xml pom.xml settings.xml