Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Long output format of an FT log record

&pagelevel(5)&pagelevel

The log records with the numbers 175, 193 and 405 are to be output in long form:

ftshwl @a -rg=#175 -l

LOGGING-ID  = 175       RC      = 0000        TIME     = 2017-02-02 13:14:30
   TRANS    = FROM      REC-TYPE= FT          FUNCTION = TRANSFER-FILE
   PROFILE  =           PCMD    = NONE        STARTTIME= 2017-02-02 13:14:30
   TRANS-ID = 65554     WRITE   = REPLACE     STORETIME= 2017-02-02 13:14:30
   TRANSFER =         1 kB                    CCS-NAME = ISO88591 (1)
                                               CHG-DATE = SAME
   SEC-OPTS = ENCR+DICHK+RAUTH2, RSA-2048 / AES-256
   INITIATOR= *REMOTE                         GLOB-ID  = 92183
   USER-ADM = user004
   PARTNER  = mn122
   PTNR-ADDR= %ip192.168.0.133
   FILENAME = example
   FNC-MODE = *TRANSPARENT
   REMOTE-FN= remote-example (4)

ftshwl @a -rg=#193 -l

LOGGING-ID  = 193       RC      = 2164        TIME     = 2017-02-02 13:31:16
   TRANS    = TO        REC-TYPE= FT          FUNCTION = TRANSFER-FILE
   PROFILE  =           PCMD    = NONE        STARTTIME= 2017-02-02 13:31:16
   TRANS-ID = 65568     WRITE   = REPLACE     REQUESTED= 2017-02-02 13:31:15
   TRANSFER =         0 kB                    CCS-NAME = ISO88591 1
   SEC-OPTS = RAUTH
   INITIATOR= smith (2)
   USER-ADM = smith (2)
   PARTNER  = mn122
   FILENAME = text.txt
   FNC-MODE = *CHAR, FNCCS=utf8

   REMOTE-FN= text.remote.txt (4)
   ERRINFO  = No unicode filename support

ftshwl @a -rg=#405 -l

LOGGING-ID  = 405       RC      = 0000        TIME     = 2017-02-03 08:33:02
   TRANS    = FROM      REC-TYPE= FT          FUNCTION = TRANSFER-DIR
   PROFILE  =           PCMD    = NONE        STARTTIME= 2017-02-03 08:33:02
   TRANS-ID = 67867     WRITE   = REPLACE     REQUESTED= 2017-02-03 08:33:01
   TRANSFER =       358 kB                    CCS-NAME = ISO88591
   SEC-OPTS = ENCR+DICHK+LAUTH2, RSA-2048 / AES-256
   TRANSFILE= 4/14
   INITIATOR= smith   (2)
   USER-ADM = smith   (2)
   PARTNER  = %ip192.168.0.144
   FILENAME = trans/test/file1.c   (3)
   FNC-MODE = *TRANSPARENT
   REMOTE-FN= remote-file.c (4)

(1) On Windows systems: CP1252, for example
(2) On Windows systems: COG\smith, for example
(3) On Windows systems: D:/trans/test/file1.c, for example
(4) for outbound requests and openFT version >= V12.1C10

Explanation

LOGGING-ID

Log record number; up to twelve characters in length

TRANS

Transfer direction

TO

Transfer direction to the partner system. This transfer direction is specified for

  • a send request

  • a request to display the file attributes

  • a request to display the directories

FROM

Transfer direction to the local system. This transfer direction is specified for

  • a receive request

  • a request to modify the file attributes

  • a request to delete files

PROFILE

Name of profile used

TRANS-ID

Request number

TRANSFER

Number of bytes transferred

SEC-OPTS

Security options used during transfer

ENCR

Encryption of the request description

DICHK

Data integrity check of the request description

DENCR

Encryption of the transferred file content

DDICHK

Data integrity check of the transferred file content

LAUTH

Authentication of the local system in the remote system (authentication level 1)

LAUTH2

Authentication level of the local system in the remote system (authentication level 2)

RAUTH

Authentication of the remote system in the local system (authentication level 1)

RAUTH2

Authentication level of the remote system in the local system (authentication level 2)

RSA-nnn

Length of the RSA key used for the encryption

AES-128 / AES-256 / DES

The encryption algorithm used

TRANSFILE

In case of directory transfer this field shows the number of completed subrequests and the total number of subrequests. 4/14 means 4 subrequests completed and 14 subrequests in total, for example.

INITIATOR

Request initiator. If initiated in the local system: login name. If initiated in the remote system: *REMOTE

USER-ADM

Login name to which the requests in the local system refer

PARTNER

Identifies the partner system in question.

The name in the partner list or the address of the partner system, possibly truncated to 8 characters, or the name under which the partner system is entered in the TNS is output.

In the case of requests issued from a remote computer, it is also possible for %strange to be output followed by a part of the address of the partner system if the partner system is not entered in the TNS and TCP/IP-RFC1006 was not used as the transport system.

Note for Windows systems: In this case, %strange followed by the DTE address of the partner system is shown for X.25 links in Windows, for example.

PTNR-ADDR

Address of the partner system, only output for inbound requests.

FILENAME

Local file name

FNC-MODE

Encoding mode for file names and follow-up processing:

*TRANSPARENT

File names and follow-up processing are represented in a fixed binary code, independent of local character code settings (transparent mode).

*CHAR, FNCCS=ccs

File names and follow-up processing are seen in their character presentation (character mode). ccs specifies the character set that was relevant for the creation of the FT request, e.g. utf8 on Windows systems.

REMOTE-FN

Filename in remote system (outbound, openFT version >= V12.1C10).

ERRINFO

Additional information on the error message if an error occurred during a transfer.

RC

Reason code. Specifies whether a request was successful (RC=0) or if not, why it was rejected or cancelled. You can obtain further information with the fthelp command.

REC-TYPE

Specifies whether the log record is an FT log record.

PCMD

Indicates whether follow-up processing was specified and started. Possible values:

NONE

No follow-up processing specified.

STARTED

Follow-up processing was started (contains no information about the successful completion of follow-up processing!).

NOT-STARTED

Follow-up processing could not be started.


In case of directory transfer a follow-up processing is executed for all files of a directory, but not for creating sub-directories. The main log record which is also written when the FT-DIR logging is deactivated always indicates the status of the last individual file transfer.


WRITE

Write mode. The field is assigned a value only for outbound requests; for inbound requests, it contains a blank. Possible values:

NEW

A new file is created. If a file with this name already exists, file transfer is aborted.

EXT

An existing file is extended, otherwise a new is created.

REPLACE

An existing file is overwritten. If it does not already exist, it is created.

TIME

Specifies time when log record was written

FUNCTION

FT function. Possible values:

TRANSFER-FILE

Transfer file

TRANSFER-DIR

Transfer directory

STARTTIME

Indicates the start time of the request.

STORETIME

If the request was submitted in the remote system then the time of the entry in the request queue is displayed here.

REQUESTED

When initiative in the local system, the time of issue of the request is shown here.

Depending on the initiator of the request (local or remote), either STORETIME or REQUESTED is output but never both together.

CCS-NAME

Name of the character set used to code the local file.

CHG-DATE

Specifies whether the change date of the send file is taken over for the receive file.

SAME

The modification date of the send file is taken over.

GLOB-ID

Global request identification, displayed in the case of inbound requests from openFT and FTAM partners (INITIATOR=REMOTE). This corresponds to the request identification (=TRANSFER-ID) on the initiator system.