What is the Pega OOTB mechanism to download a file from a remote SFTP server, from "Non-Pega" server to the Pega Directory ??
We have seen that Connect-FTP method that is there, it only used to do the reverse process, which is to upload files to a remote directory, but it is not able to download the file from the Remote SFTP Non-Pega server to the PEGA directory.
As of now, We had used a custom java function to download the files. But in the past pega has asked us to replace this java code with a OOTB Mechanism. But, we couldn't find any.
So, Please provide a Pega OOTB mechanism to download a file from a remote SFTP server, that is from "Non-Pega" server to the Pega directory.