Description

The FtpReportRecipient component is used to export a report to an FTP server.

 

Implementation

Add an FtpReportRecipient in the ReportService to link to the exportSources you want to export to the FTP server and fill in the following properties:

  • Hostname
  • Username
  • Password


Properties

  • Status: Indicates the status of the component ({ok} or {fault})
  • Fault Cause: Indicates the error associated with the {fault} state of the component
  • Enabled: Enables the FTP export
  • UseSFTP: Enables SFTP
  • LastAttempt: The date of the last attempt to send the report
  • LastSuccess: Indicates the date of the last successful sending of the report
  • LastFailure: Indicates the date of the last failure to send reports
  • HostName: The address or IP of the FTP server
  • Port: The connection port (by default, FTP uses port 21 and SFTP port 22)
  • Username: The username for connection to the server
  • Password: The corresponding password
  • Path: The path on the FTP server where the report is to be saved

Actions

  • Route: The action to link the source(s) to the FTP server