Question
2
Replies
217
Views
Cognizant
Posted: November 29, 2019
Last activity: November 29, 2019
Closed
How to transfer a file from a external directory to a pega application server file location
Hi All,
I have a scenario where i want to move a file from external server location to pega application server file location ,is there a way to achieve this?
This is required , as i have a file listener which is pointing to pega application server location in order to read a file.
***Edited by Moderator: Lochan to update platform capability tags***
1. Use a REST service to get the file as attachment: https://community.pega.com/sites/default/files/help_v83/procomhelpmain.htm#/express/rule-/rule-connect-/AttachmentsSOAPdotNetHttp.htm
2. If the remote app can connect to your PRPC server via SSH and dump the file in a pre-determined folder location, you can use a listener to process the file.