placeholder Command:  FILES TRANSFER 


Short version Long version Changes Example

Mandatory: no
max. Occurrence:  unbounded
Description:
This tag is used as container for commands regarding file transfers.
 
Mandatory: yes
max. Occurrence:  unbounded
Supported modes: read Read the named item.
write Write the named item.
Description:
This command is used to transfer the content of a file encoded in BASE64 format.
   
Mandatory: yes
max. Occurrence: 1
Datatype: string
Range: max. 30 characters
Nillable: no
Description:
The originator who caused this software command.

Notes:

   
Mandatory: yes
max. Occurrence: 1
Datatype: string
Range: max. 100 characters
Nillable: no
Description:
The name of the destination file with relative path from Unicorn directory (C:\Speicherkarte\Unicorn on Windows resp. /Speicherkarte/Unicorn on Linux). If the path is not specified and it contains only the file name, it will be stored in the directory mentioned before.
The file extension should not be .exe, .lib, .bat .dll, .sh and .so.
File name without extension is not allowed.
   
Mandatory: yes
max. Occurrence: 1
Datatype: string
Range: 32 KB
Nillable: no
Description:
File content of the destination file. The file content is encoded into BASE64 format
Notes:
See examples.
   
Mandatory: no
max. Occurrence: 1
Datatype: dateTime
Range: -
Nillable: yes
Description:
CCYY-MM-DDThh:mm:ss
The format is as following:
C = Century
Y = Year
M = Month
D = Day
T = Separator between date and time
h = hour
m = month
s = second