MIB Viewer

ftpClientRequestResult

OBJECT-TYPE
1.3.6.1.4.1.5504.4.1.18.5.1.8
Access
read-only
Status
current
Sub-identifiers
0
The results of the FTP operation. The possible values are: inProgress - currently executing the request success - file has been transferred stoppedByUser - operation was aborted localFileNameError - File could not be read or written on the local system. remoteFileNameError - File could not be read or written on the remote system unreachableDestination - the ip address or server name could not be reached. invalidUserNamePassword - The user name/password combination could not be authenticated by the ftp server. tooManyOpenFiles - File could not be opened due to too many files already opened. readError - Transfer not completed due to a file read error. writeError - Transfer not completed due to a file write error.
INTEGER { inProgress(1), success(2), stoppedByUser(3), localFileNameError(4), remoteFileNameError(5), unreachableDestination(6), invalidUserNamePassword(7), tooManyOpenFiles(8), readError(9), writeError(10) }