CSV File sending to external folder

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

@Rajak9999

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.

@Rajak9999

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.