How to send excel file from from mendix to SFTP server

0
Hi all, Kindly help me how to export the excel file using microflow logic from mendix to SFTP server.  
asked
1 answers
0

You could use the sftp module. Import, add module role(s) to your system userrole(s) and add the configuration snippet to an admin page in your app, like the documentation for this module says.

In your microflow, get the SFTP configuration for your SFTP server and use the put file action from the module to upload your file.

After restarting your app, configure the SFTP settings for your server as admin and you should be good to go.

answered