Setting up FTP server - CL61

CL61 Installation Guide

Document code
M212474EN
Revision
E
Language
English
Product
CL61
Document type
User guide
  • Laptop with terminal software that supports SSH (for example, freeware TeraTerm or latest version of PuTTY)
  • Ethernet maintenance cable
CAUTION FTP server setup can be used but it is not secure. If possible, use SFTP server setup.
  1. Create a folder on your server and define its location.
  2. On the ceilometer CLI, define the folder that you created on the server.
    set reporting.destination.address ftp://<username>:<password>@<domain>/<path>/

    For example:

    set reporting.destination.address ftp://username:password@ssh.company.com/cl61/

    URL validation is not supported. Define the location as a valid URL in the format ftp://<username>:<password>@<domain>/<path>.

    • Domain is the server IP address or hostname.
    • Path is the existing folder to upload netCDF files.