ID | Name | Description |
---|---|---|
TP | Log file type | Meaning: type of the log file Value range: TXTLOG(txtlog), OPRLOG(oprlog), RUNLOG(runlog), DBGLOG(dbglog), LSTLOG(lstlog), DSPLOG(dsplog), DLTLOG(dltlog), TCRLOG(tcrlog), CHRLOG(chrlog, BTSLOG(btslog), FRQLOG(frqlog), CLTLOG(cltlog), FBDLOG(fbdlog), TRPLOG(trplog), RSPLOG(rsplog), EQPLOG(eqplog), PCRLOG(pcrlog), LICLOG(liclog), ALOG(alog) Explanation: This parameter specifies the type of the log file to be uploaded. It is mandatory. Default value: None |
FN | File name | Meaning: name of the log file to be uploaded Value range: 1-64 characters Explanation: This parameter is mandatory, which specifies the log file to be uploaded. If * is input, all types of log files are uploaded. Default value: None |
IP | FTP Server's IP address of MML Client | Meaning: IP address of the FTP server of the MML client Value range: 0.0.0.0-255.255.255.255 Explanation: This parameter specifies the IP address of the FTP server to which the log file is uploaded. If not specified, it is the IP address of the default FTP server of the workstation that delivers this command. Default value: None |
DIR | Destination directory | Meaning: uploading path Value range: file path relative to the default path of the FTP server (for example, D:\HW LMT\BSC6000) Explanation: If the parameter is not specified, the file is uploaded only to the default path of the FTP server (for example, D:\HW LMT\BSC6000); if "test" is input, the file is uploaded only to "test" folder in the default path of the FTP server (for example, D:\HW LMT\BSC6000\test). Default value: None |
USR | FTP Server's user name | Meaning: user name of the FTP server Value range: 1-32 characters Explanation: This parameter is mandatory, which specifies the user name of the FTP server. To start the FTP server on the installation directory of the LMT, input "swmtest". Default value: None |
PWD | FTP Server's password | Meaning: password of the FTP server Value range: 1-32 characters Explanation: This parameter is mandatory, which specifies the password of the FTP server. To start the FTP server on the installation directory of the LMT, input "swmtest". Default value: None |
CMP | Compress | Meaning: This parameter specifies whether the uploaded file is compressed or not. Value range: COMPRESS(compress), NOCOMPRESS(nocompress) Explanation: This parameter specifies whether the uploaded file is compressed or not. If not specified, the file is not compressed. Default value: None |
PRTF | Progress report flag | Meaning: This parameter specifies whether the process is reported. Value range: REPORT(report), NOTREPORT(not report) Explanation: This parameter specifies whether the process of uploading is reported. By default, the process is reported. Default value: None |
1. Upload a specified log file (Log file type = OPRLOG(oprlog); File name = 20080710_152329_0000.oprlog; FTP Server's user name = admin; FTP Server's password = admin; Compress = COMPRESS(compress); Progress report flag = REPORT(report)): ULD BSSLOG:TP=1,FN="20080710_152329_0000.oprlog",USR="admin",PWD="admin",CMP=0,PRTF=0; 2. Upload a specified log file (Log file type = RUNLOG(runlog); File name = *; FTP Server's user name = admin; FTP Server's password = admin): ULD BSSLOG:TP=2,FN="*",USR="admin",PWD="*****";