Skip to content

FTP Config

seydx edited this page Jan 24, 2022 · 1 revision

FTP

In this block you can activate the FTP server to generate movements by uploading a file to this server.

No image is actually uploaded. camera.ui only uses the "connection" from the camera to the server to generate a motion.

Example:

"ftp": {
  "active": false,
  "useFile": false,
  "port": 5050
}

Info

Attributes Required Usage Default Options
active Activates FTP server for FTP-based automation. If not set, FTP support is not started. false true/false
useFile Some cameras are not able to use a "absolute path". This can be enabled to use the file information instead of the directory information false true/false
port FTP Port 5050

Example Camera FTP Settings

FTP Server