Skip to main content
Skip table of contents

FtpReportRecipient

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

Some servers (such as Filezilla Server) will not accept ftp by default, you might get a "code=503, message= Use AUTH first." error.
In a production environment, it is advised to switch to SFTP. Otherwise you can configure your server to work on an unsafe protocol.

In FileZilla, in the server tab go to Configure


and switch your protocol 


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.