SFTP endpoint
Has anyone had experience using IRIS as an SFTP endpoint. We want to use SFTP to receive files from a bank.
Comments
Hi Peter,
Some documentation areas that may help:
Using the FTP Inbound Adapter (IRIS Integration)
https://docs.intersystems.com/irisforhealth20223/csp/docbook/DocBook.UI…
Using SSH -> SFTP (IRIS)
https://docs.intersystems.com/csp/docbook/DocBook.UI.Page.cls?FIND=CLAS…
Cheers,
Alex
Do you want to connect to the Bank's FTP server?
IRIS works as a SFTP client:-
1) For doing GET (Business Service) with EnsLib.FTP.InboundAdapter
2) For doing PUT (Business Operation) with EnsLib.FTP.OutboundAdapter
Option 1
If the external organisation has a SFTP server, then you can poll a directory on the SFTP server using the Business Service.
Option 2
If the external organisation doesn't have a SFTP server, then probably you can set up your own and they can then drop their files to your server and from there you can read it using a business service with file inbound adapter