Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • facilityId - this property is used to connect a facility with a setting. The facility can have only one setting.
  • protocol - one of the following value is allowed: ftpsftpftps.
  • username - it will be used to eastablish establish a connection with the FTP server
  • password - the same as username
  • serverHost - address to the FTP server
  • serverPort - port on which the FTP server is available
  • remoteDirectory - set where CSV files should be stored on FTP server
  • localDirectory - set where CSV files should be stored locally (the local file will be removed if transfer to the FTP server will end successfully)
  • passiveMode - true if connection should use passive mode; otherwise false

...