Can someone help me with the suggestions to send an output of Report Definition pagelists to external directory in some other application through SFTP Protocol.
RD pagelists–> SFTP Protocol—> External Repository
Can someone help me with the suggestions to send an output of Report Definition pagelists to external directory in some other application through SFTP Protocol.
RD pagelists–> SFTP Protocol—> External Repository
You can use Connect-FTP method along with FTP server configuration (SSH FTP) protocol + client key which is a private key to get it from client side.
Convert the page list to excel sheet format and then leverage Connect-FTP to send it to external system.
if it is a repository, then you can use repository instance in pega and using repository apis you can easily push the files to external repository.