Question
1
Replies
1849
Views
Posted: April 20, 2018
Last activity: April 23, 2018
Closed
Copy files from FTP server to Pega server
Hi Team,
We are trying to copy files from a remote ftp server to Pega server ; How do we do this in an OOTB fashion in PRPC 7.2.2
Currently we are having Java code by using org.apache.commons.net.ftp.FTPSClient class to do the work.
But when i change the code to TLSV1.2 this custom logic does not work, where as OOTB Connect-FTP rules works.
Let me know how to acheive this in OOTB manner
Thanks,
Vamsi.
Hi,
What is the issue you are facing after changing to TLSV1.2, follow the below steps to achieve this
Create a FTP server from the receiving end with FTPS enabled. Setup a FTP server instance in Pega pointing the FTP server.
https://pdn.pega.com/ftp-secure-ftp-server-records
Use connect-ftp to transfer file over.
https://pdn.pega.com/how-copy-files-remote-systems-using-file-transfer-protocol-ftp