C_FILESTART
code: 51
# set
C_FILESTART <file_type> <size> <time> <mode> <checksum> <name>
Description
Initiates upload of a file to the chassis. This command should be followed by a sequence og C_FILEDATA
parameters to provide the file content, and finally a C_FILEFINISH
to commit the new file to the chassis.
Actions
set
Parameters
Example
# set
input: C_FILESTART 0x01 0x01 0x01020304 0x444 0xedfe44324 "filename"
output: <OK>