# getFileTransferAvailability

Description

Get the file transfer availability

void getFileTransferAvailability()

Response example

{
    "method": "getFileTransferAvailability",
    "requestId" : "1",
    "availability": 3,
    "result": true
}

Response Parameters

Name Description
availability Parameter showing whether a transfer file is available. It can be as follows:
• 0 - prohibited by the server
• 1 - prohibited due to license restrictions
• 2 - prohibitied due to the necessity to authorize on the server
• 3 - available
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025