BI Publisher allows sending BI Publisher reports (created using a Data Model) to an FTP server, but there is no built-in functionality to allow sending OBIEE reports to an FTP server.
I've found some resources where people have used Server Scripts using a Visual Basic file to save the report to a directory then send that file to an FTP destination:
https://wapcobiee.wordpress.com/2015/08/27/obiee-send-content-to-ftp-server-network-folder/
However, this only works for environments where the BI server is installed on a Windows machine.
I need a Linux solution. Has anyone successfully implemented this for a Linux system?