ftpClientRequestRemoteFileName
ZHONE-COM-IP-FTP-CLIENT-MIB ·
.1.3.6.1.4.1.5504.4.1.18.5.1.4
Object
The remote filename used in the ftp operation. This value must be specified when the row is created and there is no default value.
Context
- MIB
- ZHONE-COM-IP-FTP-CLIENT-MIB
- OID
.1.3.6.1.4.1.5504.4.1.18.5.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ftpClientRequestEntry
- Table
- ftpClientRequestTable
- Siblings
- 10
Values & Constraints
Type Constraints
range: 0..64
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 |
| 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 |
| ftpClientRequestResult The results of the FTP operation. The possible values are:
inProgress - currently executing the request
success - file has been transferred
stoppedByUser - operatio… | column | Enumeration | .1.3.6.1.4.1.5504.4.1.18.5.1.8 |
| 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 |