sFTPs
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.