X-AweSun-Api-Token: ********************curl --location --request GET '/api/v1/control/file/transfer/state?session_id=session_id=r=1425623155;p=file;&transfer_id=123' \
--header 'X-Ca-Api-Token;' \
--header 'X-AweSun-Api-Token: <api-key>'{
"code": 0,
"message": "success",
"data": {
"total": 1,
"transfers": [
{
"session_id": "",
"transfer_id": "xxx",
"transfer_type": "down",
"transfer_status": "transferring",
"local_path": "",
"remote_path": "",
"total_bytes": 1000,
"speed_bytes": 289,
"transferred_bytes": 100,
"remaining_seconds": 300,
"progress_percent": 10
}
]
}
}