USR-FTP-MIB

File: USR-FTP-MIB.mib (6158 bytes)

Imported modules

RFC-1212 RFC1213-MIB USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE DisplayString usrFtp
UsrConfigStatus

Defined Types

UsrFtpClientRequestEntry  
SEQUENCE    
  usrFtpClientRequestFileName OCTET STRING
  usrFtpClientRequestServer OCTET STRING
  usrFtpClientRequestAction INTEGER
  usrFtpClientRequestStatus INTEGER
  usrFtpClientRequestErrorString DisplayString
  usrFtpClientRequestPath OCTET STRING
  usrFtpClientRequestLoginName OCTET STRING
  usrFtpClientRequestPassword OCTET STRING

Defined Values

usrFtpConfigFileName 1.3.6.1.4.1.429.4.34.1
The 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'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

usrFtpCFMStatusFlag 1.3.6.1.4.1.429.4.34.2
Setting 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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrFtpClientRequestTable 1.3.6.1.4.1.429.4.34.3
The FTP Client Request Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrFtpClientRequestEntry

usrFtpClientRequestEntry 1.3.6.1.4.1.429.4.34.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UsrFtpClientRequestEntry  

usrFtpClientRequestFileName 1.3.6.1.4.1.429.4.34.3.1.1
The name of the file which will either be requested from or sent to the FTP server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

usrFtpClientRequestServer 1.3.6.1.4.1.429.4.34.3.1.2
The name or IP address of the FTP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

usrFtpClientRequestAction 1.3.6.1.4.1.429.4.34.3.1.3
The type of request that will be sent to the FTP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER get(1), put(2)  

usrFtpClientRequestStatus 1.3.6.1.4.1.429.4.34.3.1.7
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), enable(2), getting(3), putting(4), delete(5), error(6)  

usrFtpClientRequestErrorString 1.3.6.1.4.1.429.4.34.3.1.8
This object will indicate what type of error occurred when the object usrFtpClientRequestStatus is set to error(5).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

usrFtpClientRequestPath 1.3.6.1.4.1.429.4.34.3.1.9
The path name of the source file being requested from or sent to the FTP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

usrFtpClientRequestLoginName 1.3.6.1.4.1.429.4.34.3.1.10
The User's Login Name on the FTP Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

usrFtpClientRequestPassword 1.3.6.1.4.1.429.4.34.3.1.11
The User's password on the FTP Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING