Secured FTP
Overview
This is Secured File Transfer Mechanism using Input/Output Stream to transfer the File from Source to Destination with much smaller Memory Foot Print.
Documentation
Typical usage scenario
SFTP with Efficient File Transfer Code Mechanism
Features and limitations
Currently Testing Connection, Upload from Mendix FileDocument and Download to Mendix FileDocument features alone enabled.
Dependencies [optional]
It is made of self sufficient package only.
Installation [optional]
Very similar to any other Market Place Module
Configuration [optional]
[Describe the necessary steps to configure the content]
Known bugs [optional]
[Describe the known bugs to warn the customer beforehand]
Frequently Asked Questions [optional]
Releases
Multi Layered / Multi Level Secured Connection Enabled.
Both Upload & Download logics has been optimized to handle Large File transfers.
Secured FTP
-------------------
Developed by SISW - India Services Team.
------------------------------------------------
Current Version 3.9.0 - Supports Mx 9.13.0 onwards.
Current Version 4.0.0 - Supports Mx 10.18.3 onwards.
----------------------------------------------------
This module is bundled with DomainModel, Overview Pages, Microflows and Java actions in USEME folder
which does core functionality of Secured File Transfer.
Sample folder is also furnished with a Snippet and Sample Microflows for Upload, Download and Connection Testing.
Connection options are varying from Less Secured, Much Secured, More Secured and Most Secured, based on
Usecase any of the Connection method can be used.
Connection Testing Java Action show case how can the Less Secured and the most simple way of connecting with FTP Server where as Upload and Download Java Actions got the Most Secured Implementation.
For Establishing Less Secured Connection just UserName and Password is enough.
To implement the More Secured Connection, Coder needs FingerPrint, Private Key and Public Key, Passphrase.
There is an entity to handle PrivateKey File and Process Logs.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Note:Once imported, Module Roles should be added and should be wired with respective User Roles which is mandatory to clear the errors related to access.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Previous Release started breaking UI properties due to unnecessary libraries included.
This release got cleared out to have all necessary components bundled.
Upgraded Versions with Extra Validation and Supporting Microflows
This Tiny module supports Secured File Transfer Mechanism from Mendix to Remote Server and vice versa.
Managed to use lessor memory print to make this feasible to be used in Smaller Environments too.