SFTP service
Does anyone know about any documentation or sample code to create SFTP Business service in HealthShare?
Thank you for your help.
Does anyone know about any documentation or sample code to create SFTP Business service in HealthShare?
Thank you for your help.
Check Docbook there is samples
Thank you Shackcham.
Hi George,
I would start by reading the following:
https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=EF...
This explains how the FTP Inbound Adapter works and how to create a Business Service with the ADAPTER parameter. As an example, take a look at EnsLib.FTP.PassthroughService class.
An Ensemble FTP Service is essentially a poller - it would connect to the remote FTP server and pull files from a remote folder that is specified in the File Path property on the Business Service.
Thank you @Vitaly Furman.