transferred_file
idstring<uuid>
namestring
offsetinteger
directioninteger
From server to client = 1, from client to server = 2
open_timestring<date-time>
close_timestring<date-time>
payload_sizeinteger
closedboolean
statusstring
Possible values: [OK
, PERMISSION_DENIED
, TIMEOUT
, MISSING
, LENGTH_MISMATCH
, CHECKSUM_MISMATCH
, DECRYPTION_ERROR
, STORAGE_UNDEFINED
, ID_UNDEFINED
, UNCLEAN_CLOSE
, GENERIC_ERROR
, ONGOING
]
transferred_file
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"offset": 0,
"direction": 0,
"open_time": "2024-07-29T15:51:28.071Z",
"close_time": "2024-07-29T15:51:28.071Z",
"payload_size": 0,
"closed": true,
"status": "OK"
}