csmftplshistory (Displaying the transmission log)
Format
csmftplshistory J2EE-server-name
[-csv output-file-path]
[-date display-start-date-and-time,display-end-date-and-time]
Function
Displays the transmission log.
For details on how to use this command, see 5.4.18 Collecting the transmission log in the uCosminexus Service Platform System Setup and Operation Guide.
Arguments
J2EE-server-name
Specifies the name of the J2EE server specified when HCSC starts.
If you specify the name of a J2EE server, for which the setup has been removed, the transmission log that is already collected by this J2EE server is displayed.
-csv output-file-path
Outputs the transmission log to a CSV file. Specify the output file path as an absolute or relative path. However, in Windows, you cannot specify a relative path with a drive letter (example: C:temp\history.csv). If this option is omitted, the transmission log is output to the standard output.
-date display-start-date-and-time,display-end-date-and-time
Specify this option when the transmission command start date and time outputs only the transmission log from the display start date and time to the display end date and time.
Specify the display start date and time and the display end date and time in the following format:
In the display end date and time, if you specify a value that is older than the display start date and time, nothing is displayed. Also, if the transmission command start date and time is not stored in the transmission log due to reasons such as the abnormal termination of the transmission processing, that transmission log is not displayed.
Output format
TransferID UserName ServerFileName...ClientPort |
TransferID :10.209.12.111/2200/0x00000000000000c7 |
Description
Display item | Description |
---|---|
TransferID | Indicates a unique number for each transmission. This forms the PRF root application information. The ID is displayed in the format xxx.xxx.xxx.xxx/aaa/bbb.
|
UserName | Indicates the name of an authenticated user. |
ServerFileName | Indicates the server file name for which a transmission has been requested from the client. The name is displayed in the format /assigned-identifier/file-name. |
TransferType | Indicates the transfer type. One of the following is displayed:
|
TransferMode | Indicates the transmission mode specified for the transmission request.
|
CompressionMode | Indicates the compression mode specified for the transmission request.
|
Status | Indicates the end status of file transmission.
|
TransferCmdStartTime | Indicates the time at which the transmission command was received and the transmission command processing started. The time is displayed in the format YYYY/MM/DD HH:MM:SS.mmm.
|
TransferCmdEndTime | Indicates the time at which the processing of the transmission command ended. The time is displayed in the format YYYY/MM/DD HH:MM:SS.mmm.
|
TransferCmdTime | Indicates the total time required for the processing of the transmission command. The time is displayed in the format ss.SSS.
|
TransferStartTime | Indicates the time at which the file transmission started. The time is displayed in the format YYYY/MM/DD HH:MM:SS.mmm.
|
TransferEndTime | Indicates the time at which the file transmission ended. The time is displayed in the format YYYY/MM/DD HH:MM:SS.mmm.
|
TransferTime | Indicates the total time required for the file transmission. The time is displayed in the format ss.SSS.
|
TransferSize | Indicates the data size of the transmitted file in bytes. If the transmission fails, -1 is displayed. |
ClientIP | Indicates the IP address of the client that requested the transmission. |
ClientPort | Indicates the port number of the client that requested the transmission. |
Return values
Return value | Meaning |
---|---|
0 | The command terminated normally. |
1 | The command terminated abnormally. |
3 | An exclusion error occurred. |
9 | An error occurred when checking the execution permission. |
Notes