Category / Section
How to specify FTP location in Bold BI dashboard schedules
Published:
When scheduling dashboards in Bold BI, you can export the dashboards to an FTP, FTPS, or SFTP location by configuring the respective server credentials. This can be done by entering the complete path in the Host field, Username field, and the Password field.
Steps to Specify FTP Location
- In the Schedule dialog, locate the Host field.
- Provide the complete path to the desired directory by entering the hostname followed by the directory name, like
{Hostname}/{directory name}
. - Provide the username and password details in the schedule dialog as well, and then create the schedule.
You need to mention the respective protocol in the URL like below in the Host name filed,
- For FTP => ftp://{domain_name or ip}/{directory name}
- For SFTP => sftp://{domain_name or ip}/{directory name}
- For FTPS => ftps://{domain_name or ip}/{directory name}
Once the schedule has been run successfully, you can ensure that the scheduled dashboard is exported to the provided FTP location.
Additional References
Please refer to the link to learn more about Dashboard Schedules in Bold BI.