ftpClientRequestResult
ZHONE-COM-IP-FTP-CLIENT-MIB ·
.1.3.6.1.4.1.5504.4.1.18.5.1.8
Object
column
Enumeration
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.
Context
- MIB
- ZHONE-COM-IP-FTP-CLIENT-MIB
- OID
.1.3.6.1.4.1.5504.4.1.18.5.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ftpClientRequestEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inProgress |
2 | success |
3 | stoppedByUser |
4 | localFileNameError |
5 | remoteFileNameError |
6 | unreachableDestination |
7 | invalidUserNamePassword |
8 | tooManyOpenFiles |
9 | readError |
10 | writeError |