Discussion
1
Replies
573
Views
AmeriGroup
Posted: January 29, 2016
Last activity: January 30, 2016
Closed
Access a file on the Unix server
Below is the requirement I have, could anyone please help me on how to achieve this.
From Pega 6.1, SP 2
1) Access a File in the external UNIX system
2) Read the file and get the content onto the clipboard, it usually has the link to a specific file corresponding to WO.
3) Allow the above specific file to be displayed in URL - This can be achieved via URL in section.
1) Access a File in the external UNIX system
Are you allowed to do an HTTP GET, using either an HTTP or REST connector, with the accessed web server returning the file's content?
2) Read the file and get the content onto the clipboard, it usually has the link to a specific file corresponding to WO.
Parse the response from the HTTP GET
3) Allow the above specific file to be displayed in URL - This can be achieved via URL in section.