Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

de.codecentric.mule.modules:ftp-client-connector

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

de.codecentric.mule.modules:ftp-client-connector

A Mule connector for ftp/sftp.

  • 1.0.8
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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.

FAQs

Package last updated on 20 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc