Adding file to response - SFTP GET

I want to add file (from SFTP server - SFTP GET) to API proxy response. I have found few references to SFTP PUT but I need SFTP GET and how to add file content (csv) to proxy response.

Regards

0 3 267
3 REPLIES 3

Please elaborate more on your request, what are your trying to achieve? GET FTP operation from FTP protocol? Apigee is API Management, not integration tool, there are some custom development in Java you can make to achieve your goals.

Hi,

I need to retrieve a file from SFTP/FTP server as response attachment. I suppose that some options are to get FILE through SFTP/FTP URL (sftp://<user>@<host>[:<port>][/<directory>]) or if there is any JAVA/Node.js FTP add-on client for EDGE available. Just trying to find out if there is some existing solution/demo available.

Not applicable

Apigee is the api management platform hosting http api proxies for services. This is not meant to work for FTP protocol.