We have a requirement to copy the file from external FTP to Pega FTP. We see that with Connect-FTP , we can only transfer file from Pega FTP to external but not vice versa.
Please let us know if we have any OOTB functionality in pega to copy file from external ftp to pega.
@AjayKumarK7664
Hello,
I’m not convinced that it’s up to your PEGA Application to do all.
Do you need the file in a repository that your PEGA Application can read or you need to receive the content as a stream to be read.
If it’s from one external FTP to your own FTP server then it could be done via typical scripting from source server.
I usually consider that source server only will know when the file is ready so it’s its responsibility to send the file when ready.
Well, depends on your global setup & capability.
Regards
Anthony
@Anthony_Gourtaydo you have any sample script in python or shell , i just want to refer .
@AjayKumarK7664
you can have a client setup and pull the files to your ftp which is an alternative way to this approach
with this you can periodically retrieve files and place in your app server location so that pega can consume the files