2.235.1.1.35 fileTransfer
更新时间: 2026/06/18
在Gitcode上查看源码2.235.1.1.35 fileTransfer
Revision History
| openUBMC Version | Revision Date | Revision Content |
|---|---|---|
| 26.06 | 2026/06/18 | Auto-generated SNMP branch documentation |
Node Overview
- MIB module: OPENUBMC-SERVER-MIB
- Node name:
fileTransfer - Relative OID:
2.235.1.1.35 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.35 - Node type: OBJECT IDENTIFIER
- Access: N/A
- Status: -
- MIB definition:
openUBMC 35
Object Definitions
Scalar objects and notifications defined under this node.
fileTransferUrl
- Relative OID:
2.235.1.1.35.1 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.35.1 - Type: OBJECT-TYPE
- Data type:
DisplayString - Access: read-write
- Status: current
- MIB definition:
fileTransfer 1 - Description: The file transfer URL format is: <download/upload><ID><protocol://[username:password@]IP[:port]/directory/filename> The maximum length of the URL is 1024 bytes. The parameters in the URL are described as follows: The download means download file to BMC. The upload means upload file to the destination server. The ID is the file ID, ranging from 0 to 255. The supported protocols include https, sftp, cifs, scp, and nfs. The username and password are those of the destination server. The IP can be set to an IPv4/IPv6 address or a domain name. The directory and filename are those on the destination server. Example URLs are as follows: download;0;https://root:test1234@192.168.2.13:443/data/display0.ini upload;1;sftp://root:test1234@[2001::178]/home/options0.ini The URL can contain only letters, digits, and special characters. The directory or file name cannot contain @.
fileTransferState
- Relative OID:
2.235.1.1.35.2 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.35.2 - Type: OBJECT-TYPE
- Data type:
INTEGER - Access: read-only
- Status: current
- MIB definition:
fileTransfer 2 - Description: Information about file transfer state. the value defined as: -1 : unknown error, -101: download unavailable, -102: file name too long, -103: failed to obtain the file length, or the file length out of MAXlength or memory, -104: set file update flag error, -105: libcurl run error, -106: upload unavailable, -107: upload file unavailable, -108: protocol not supported, -109: url format error, -122: verify peer's certificate or fingerprint failed, [0,100]:represents transfer progress in percentage while file being transfered.