2.235.1.1.35 fileTransfer
更新时间: 2026/06/18
在Gitcode上查看源码2.235.1.1.35 fileTransfer
修订记录
| openUBMC版本号 | 修订日期 | 修订内容 |
|---|---|---|
| 26.06 | 2026/06/18 | 自动生成 SNMP 分支文档 |
节点概述
- MIB 模块:OPENUBMC-SERVER-MIB
- 节点名:
fileTransfer - 相对 OID:
2.235.1.1.35 - 完整 OID:
1.3.6.1.4.1.2011.2.235.1.1.35 - 节点类型:OBJECT IDENTIFIER
- 访问权限:N/A
- 状态:-
- MIB 定义:
openUBMC 35
对象定义
本节点下的标量对象与通知定义。
fileTransferUrl
- 相对 OID:
2.235.1.1.35.1 - 完整 OID:
1.3.6.1.4.1.2011.2.235.1.1.35.1 - 类型:OBJECT-TYPE
- 数据类型:
DisplayString - 访问权限:read-write
- 状态:current
- MIB 定义:
fileTransfer 1 - 描述: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
- 相对 OID:
2.235.1.1.35.2 - 完整 OID:
1.3.6.1.4.1.2011.2.235.1.1.35.2 - 类型:OBJECT-TYPE
- 数据类型:
INTEGER - 访问权限:read-only
- 状态:current
- MIB 定义:
fileTransfer 2 - 描述: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.