sFTPs

Content Type: Module
Categories: Import/Export

Overview

Supports: * FTP * SFTP * FTPS.

As stated in the documentation, this module is an updated version of old AppStore content. Added multi-server options.

For SFTP consider using theĀ SFTP module, saving your app the burder of the deprecated FTP and FTPS code.

Documentation

(S)FTPS module for Mendix

Welcome to the (S)FTP module. This module uses the Jsch and Apache commons library to allow connections to (S)FTP servers.

This module is an updated version of already existing versions in the Mendix AppStore. Due to the fact that other versions are no longer updated and maintained, we've uploaded this version.

Dependencies

  • Jsch
  • Apache Commons
  • SystemManagement (just for determining if your environment is production or another)

Installation

Download the module in your project. Add the Connection detail pages to your application, and start using the FTP actions in your microflows.

Features:

  • FTP
  • SFTP
  • FTPS
  • Browse / Upload / Download / Zip / Delete

Notes

As stated above, this module is an updated version of old AppStore content, made ready for Mendix 7 with some improvements. That doesn't mean everything has been refactored and this module will not be actively supported.

Releases

Version: 4.0.1
Framework Version: 9.12.6
Release Notes: Version 4.0.1 - Fixed empty readme's and referal to SystemManagement/EnvironmentLetter - Removed dependency on module Administration.
Version: 4.0.0
Framework Version: 9.12.6
Release Notes: Added multiserver functions.
Version: 3.0.0
Framework Version: 8.12.1
Release Notes: - Upgraded to 8.12.1 to support Mendix 9 as well. - Switch to the new generation format for java actions so the project will also build in Mendix 9.
Version: 2.0.0
Framework Version: 8.6.9
Release Notes: - Updated to Mx 8.6.9 - Fully implemented the FTPS connectivity - Renamed the module to SFTPS to avoid confusion with the SFTP (only) module by Mendix.
Version: 1.0.0
Framework Version: 7.6.0
Release Notes: Initial release for the updated Mendix SFTPS module. As stated in the documentation, this module is an updated version of old AppStore content. The idea is that we, as a community maintain a single module.