Skip to content

rbutenuth/ftp-client-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages