ftp-client-connector

A Mule connector for ftp/sftp.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

de.codecentric.mule.modules
ArtifactId

ArtifactId

ftp-client-connector
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

mule-module
Description

Description

ftp-client-connector
A Mule connector for ftp/sftp.
Project URL

Project URL

https://github.com/rbutenuth/ftp-client-connector
Source Code Management

Source Code Management

https://github.com/rbutenuth/ftp-client-connector

Download ftp-client-connector

Dependencies

provided (3)

Group / Artifact Type Version
com.jcraft : jsch jar 0.1.54
commons-net : commons-net jar 3.5
org.apache.commons : commons-lang3 jar 3.4

test (5)

Group / Artifact Type Version
org.apache.ftpserver : ftplet-api jar 1.1.1
org.apache.ftpserver : ftpserver-core jar 1.1.1
org.apache.mina : mina-core jar 2.0.16
org.apache.sshd : sshd-core jar 1.4.0
commons-codec : commons-codec jar 1.10

Project Modules

There are no modules declared in this project.

Build Status

FtpClient Anypoint Connector

The ftp-client-connector is an implementation of the ftp/sftp protocol within Mule 3.x. It has been developed together by C&A and codecentric.

It supports several features missing from the connectors for ftp/sftp provided by MuleSoft:

  1. Additional to polling, you can read files from the middle of a flow (given directory/name)
  2. Delete with known name within a flow
  3. List files in a directory (with file size and modification timestamp)
  4. Poll with "ok file handling": Wait for file x and y, then read y (transformation from name x to y with a MEL expression). This is a standard pattern to avoid reading files while they are still beeing written.

Mule supported versions

Mule 3.8/3.9 (tested just this, probably also works with 3.6/3.7)

Installation

For beta connectors you can download the source code and build it with DevKit to find it available on your local repository. Then you can add it to AnypointStudio.

For direct installation within AnypointStudio, go to Help -> Install new Software... and add the Update site to the list of available sites.

When you use Maven: Released versions of the connector are on Maven Central, so you don't need to add a repository.

Usage Instructions

CI

https://travis-ci.org/rbutenuth/ftp-client-connector

Coverage

Cobertura report

Reporting Issues

We use GitHub:Issues for tracking issues with this connector. You can report new issues at this link https://github.com/rbutenuth/ftp-client-connector/issues.

Versions

Version
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.0
0.0.1