IoT File (FTP)
As used by RockREMOTE (FTP).
Structure
id
- A unique file identifierpath
- The path of the file on the originating FTPmessage
- The file payloadcompressed
- Indicates if the file is compressed during transfercompression
- Compression ratiosize
- 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
}