USR-FTP-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
12
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
12 total| Object Name |
|---|
IMPORTSThe name of a ConfigFile to read/write permanent database records.
If the value of this object is an empty string, then the
FTP client process uses the default name `@file://FtpProcess.cfg'.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.429.4.34.1 |
usrFtpCFMStatusFlagSetting the value of this object to `save' causes the values
of the FTP Group to be written out to the current config
file, which is stored in the usrFtpConfigFileName object.
While the new ConfigFile is being written, the FTP process
will set the value of this flag to `saving''. Any
attempts to set the value while it is not `normal'
(i.e. the file is currently being written to the
ConfigFile) while result in a badValue error being
returned. Setting the value to `normal' will result in no
action.rw UsrConfigStatus .1.3.6.1.4.1.429.4.34.2 |
usrFtpClientRequestTableThe FTP Client Request Table SEQUENCE OF UsrFtpClientRequestEntry .1.3.6.1.4.1.429.4.34.3 |
usrFtpClientRequestEntry UsrFtpClientRequestEntry .1.3.6.1.4.1.429.4.34.3.1 |
usrFtpClientRequestFileNameThe name of the file which will either be requested from or
sent to the FTP server. OCTET STRING .1.3.6.1.4.1.429.4.34.3.1.1 |
usrFtpClientRequestServerThe name or IP address of the FTP server.rw OCTET STRING .1.3.6.1.4.1.429.4.34.3.1.2 |
usrFtpClientRequestActionThe type of request that will be sent to the FTP server.rw Enumeration .1.3.6.1.4.1.429.4.34.3.1.3 |
usrFtpClientRequestStatusThe 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.rw Enumeration .1.3.6.1.4.1.429.4.34.3.1.7 |
usrFtpClientRequestErrorStringThis object will indicate what type of error occurred when
the object usrFtpClientRequestStatus is set to error(5).ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.429.4.34.3.1.8 |
usrFtpClientRequestPathThe path name of the source file being requested from or
sent to the FTP server.rw OCTET STRING .1.3.6.1.4.1.429.4.34.3.1.9 |
usrFtpClientRequestLoginNameThe User's Login Name on the FTP Server.rw OCTET STRING .1.3.6.1.4.1.429.4.34.3.1.10 |
usrFtpClientRequestPasswordThe User's password on the FTP Server.rw OCTET STRING .1.3.6.1.4.1.429.4.34.3.1.11 |