SFTP files from an external server to Pega server
Hi All,
I need urgent help on this requirement.
I have a remote server where some files are present. I will receive a request which will have the file path and file name. I need to download the file from the remote server and attach it to some work object.
According to me I cannot attach the document to my work object from the remote server but what we can do is copy the file to my pega application server and then try to attach it to the file.
Now my question is.. how do we get transfer the file from Remote Server to my Pega Application server.
Does Pega have the capability to do this or it is necessary to write some custom java code to get this done?
Thanks in advance.
Solution can be on Pega 7 or 8.