SFTP Connection

Hi Team,

I am new to apigee gatway/edge, my current requirement is to configure a sftp proxy connection in apigee, we are able to configure the proxy for web service but this something new requirement came in and I need to complete a POC as soon as possible, can some one please provide step by step details to configure the connection.

Thanks in advance.

Ramesh

0 1 708
1 REPLY 1

Here's a example Java callout that does FTP, not SFTP.

https://github.com/DinoChiesa/ApigeeEdge-Java-Callout-FTP

I'm not sure if you could perform SFTP from an Apigee Edge SaaS service into a backend, via Java callout. But you may be able to do it from a nodejs app designed as a Hosted Target. That's what I would try, if I were you.