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
- Table
- ftpClientRequestTable
- Siblings
- 10
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 |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ftpClientRequestIndex The index of this FTP request in this table. There is
a maximum number of 20 outstanding requests in the
system. | column | Integer32 | .1.3.6.1.4.1.5504.4.1.18.5.1.1 |
| ftpClientRequestCompletionTime The time when the operation completed. This includes if
the operation was aborted.
While the operation is in progress, a value of 0 is
returned. | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.5504.4.1.18.5.1.10 |
| ftpClientRequestRowStatus The rowstatus is used by the manager to create or
destroy a ftp request.
Required fields on a create_and_go are:
- local and remote filenames… | column | Zhone-TCZhoneRowStatus | .1.3.6.1.4.1.5504.4.1.18.5.1.11 |
| ftpClientRequestCode The operation requested by the manager with the default
being a 'put' of a file in binary mode. These are the
normal ftp operations allowed in being able to transfer a
file in ei… | column | Enumeration | .1.3.6.1.4.1.5504.4.1.18.5.1.2 |
| ftpClientRequestLocalFileName The local file name to be used in the ftp operation.
No default value is specified and this field must be
specified on a row creation. | column | Zhone-TCZhoneFileName | .1.3.6.1.4.1.5504.4.1.18.5.1.3 |
| ftpClientRequestRemoteFileName The remote filename used in the ftp operation. This value
must be specified when the row is created and there is
no default value. | column | Zhone-TCZhoneFileName | .1.3.6.1.4.1.5504.4.1.18.5.1.4 |
| ftpClientRequestServerAddress Either the ip address or name specifying the location
of the FTP server. This value must be specified on the
row create and there is no default value. | column | Zhone-TCZhoneAdminString | .1.3.6.1.4.1.5504.4.1.18.5.1.5 |
| ftpClientRequestUserName The user name to be used during the authentication process
with the FTP server.
This field must be specified on the row create and there is
no default value. | column | Zhone-TCZhoneAdminString | .1.3.6.1.4.1.5504.4.1.18.5.1.6 |
| ftpClientRequestPassword The password associated with this user named which is
used during the authentication process with the FTP
server.
This value must be present during the row create a… | column | Zhone-TCZhoneAdminString | .1.3.6.1.4.1.5504.4.1.18.5.1.7 |
| ftpClientRequestAction The action requested by the user. The normal operation
is for a 'start' to be specified and this is the default
value. Specifying 'stop' aborts the current operation
in the curren… | column | Enumeration | .1.3.6.1.4.1.5504.4.1.18.5.1.9 |