Skip to main content

IoT File (FTP)

As used by RockREMOTE (FTP).

Structure

  • id - A unique file identifier
  • path - The path of the file on the originating FTP
  • message - The file payload
  • compressed - Indicates if the file is compressed during transfer
  • compression - Compression ratio
  • size - Size of the original file

Message

{
"id": "46c6c638-667b-49cc-ac24-8ee24abfe65e",
"path": "example/file/test.png",
"message": "JlECGQYBDEr4phw=",
"compressed": true,
"compression": 1.27,
"size": 245
}