transferEntry element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<transferEntry>
<status>...</status>
<secure>...</secure>
<account>...</account>
<login>...</login>
<direction>...</direction>
<actionBy>...</actionBy>
<filename>...</filename>
<filesize>...</filesize>
<protocol>...</protocol>
<startTime>...</startTime>
<duration>...</duration>
<operationIndex>...</operationIndex>
<remoteDir>...</remoteDir>
<metadata>
<links />
</metadata>
<coreId>...</coreId>
</transferEntry>
Example JSON
{
"status" : "...",
"secure" : false,
"account" : "...",
"login" : "...",
"direction" : "...",
"actionBy" : "...",
"filename" : "...",
"filesize" : ...,
"protocol" : "...",
"startTime" : "...",
"duration" : "...",
"operationIndex" : "...",
"remoteDir" : "...",
"metadata" : {
"links" : {
}
},
"coreId" : "..."
}