sFTPs connection and configuration objects setup

0
I am using this module https://marketplace.mendix.com/link/component/106858 to connect to SFTP To Go but I'm having some trouble. For instance I am trying to get a list of documents in a given directory using this microflow: here is my setup for the connection and configuration objects (with some sensitive information redacted) : Each time I try to run the microflow I get an error that states there was a problem opening the folder. Does anybody have a working example using this module?
asked
1 answers
0

Well, version 4.0.1 is the one that did faithfully transport files on the latest client-app that I installed it, but use it no more. And since this module is deprecated, I advise using the SFTP module, saving your app the burden of the deprecated FTP and FTPS code.

answered