This table is a file upload management table and is used to create file upload requests.
The index of the table is hwPMFileUploadRequestName.
| OID | Object | Syntax | Max Access | Description | Implemented Specifications | 
|---|---|---|---|---|---|
| 1.3.6.1.4.1.2011.5.25.190.2.3.1.3 | hwPMFileUploadFileList | OCTET STRING{(0,543)} | read-create | This object indicates the performance statistics file transfer list. | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.4.1.2011.5.25.190.2.3.1.4 | hwPMFileUploadStatus | INTEGER{init(1),running(2),success(3),fileOpenFail(4),unreachableServerIp(5),linkFailed(6),authenticateFailed(7),fileReadFailed(8),fileWriteFailed(9),failed(10)} | read-only | The file upload status. init(1): FTP has not been starting to upload file. running(2): FTP is running. If you set this node as running, the FTP will be started. success(3): FTP completed successfully. fileOpenFail(4): FTP failed. The cause is file open failure. unreachableServerIp(5): FTP failed. The cause is that the IP address of the server is not reachable. linkFailed(6): FTP failed. The cause is connecting to server failed. authenticateFailed(7): FTP failed. The cause is authenticating failed.For FTP mode only. fileReadFailed(8): FTP failed. The cause is reading file failed. fileWriteFailed(9): FTP failed. The cause is writing file failed. failed(10):FTP failed, General error. | This object is implemented as defined in the corresponding MIB files. |