Description:
|
usrFtpClientRequestStatus OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
enable(2),
getting(3),
putting(4),
delete(5),
error(6)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of this row. Setting this object to enable(2)
will cause a request (defined by usrFtpClientRequestAction)
to be sent to the FTP server. Depending on the type of
request, this object will then be set to either getting(3)
or putting(4). When the request is completed, this object
will be set to normal(1) which indicates success. If an
error occurred, this object will be set to error(5) and
the usrFtpClientRequestErrorString will indicate the
type of error."
|
|