function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Greg FinzerGreg Finzer 

How to download Peoplesoft XML File Via SFTP?

We have a business requirement to periodically download an XML file that was generated by Peoplesoft via SFTP and storing it in Salesforce.  We will have apex code to parse the file and update several custom objects based on business rules.  This is not a simple mapping of the XML file.  This is not a one time operation but a daily operation.  I have looked at all the marketplace for SFTP.  
https://appexchange.salesforce.com/appxSearchKeywordResults?keywords=sftp&searchType=simpleSearch

It seems there are only two varieties:
1.  Download a file and update an object using a mapping
2.  After creating an attachment in Salesforce, upload it to an SFTP server

Is there any App that will simply download the file with SFTP and store it somewhere without using a mapping?