Hi Community
we have a challenge by doing a „complex/stupid“ file handling.
The sFTP sender channel is polling to a folder /status
If there is a file called do_the_needful.txt
The channel will now get the status file and needs to get all data_files.txt from different folder /maindata
è For that we will use a selfmade adapter module.
o
But currently it looks that we can not re-use the connection-session from adapter in the module, and have to open a new file-handle session
Our questions:
- Is there a specification/documentation how to use the library from sFTP adapter?
- How can we use the certificate path and user settings from adapter in our module?
Thanks for feedback
Daniel