MIB Viewer

cfgTransferStatus

OBJECT-TYPE
1.3.6.1.4.1.52.2501.1.231.5
Access
read-only
Status
current
Sub-identifiers
0
The current status of the transfer task. Default state is idle. sending indicates a file transfer (agent->mgr) in progress. receiving indicates sending a file from Manager to agent. transferComplete indicates a successful transfer. error indicates a failed transfer. See cfgLastError to diagnose why the transfer failed.
INTEGER { idle(1), sending(2), receiving(3), transferComplete(4), error(5) }