Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

ftinfo

&pagelevel(3)&pagelevel

Note on usage

Function: Output information on the openFT system

User group: FT user

Functional description

ftinfo outputs information about the installed openFT system.

Format

ftinfo -h |

[ -csv]

Output

ftinfo always outputs the values in CSV format even if the -csv option is not specified:

Name

Type

Values

CmdUiVer

Number

Version of the User Command Interface, e.g. 1210 for V12.1. The User
Command Interface provides the user and administrator commands.

CmdTiVer

Number

Version of the Tool Command Interface, e.g. 100 for V1.00.

OsType

String

Name of the operating system:
Windows, Unix, BS2000/OSD, z/OS.

UserId

String

Current (calling) user ID.

IsFtAdm

Number

1 for UserId=FT administrator, 0 otherwise

IsFtacAdm

Number

1 for UserId=FTAC administrator, 0 otherwise.

FtLang

String

Set language: de (German), en (English).

CcsName

String

CCS name of the character set currently defined in openFT.

Home

String

Home directory of the calling user ID.

Limited

String

*NO or yyyy-mm-dd

*NO: The installed openFT product is NOT a limited period evaluation
version.

yyyy-mm-dd: The installed openFT product is a limited period evaluation
version that can be used until the specified date. openFT can no
longer be used after the date displayed.

IsAdmAdm

Number

1 for UserId=ADM administrator, 0 otherwise

ProdVer

String

openFT product version, e.g. 12.1A00

SrcVer

String

Source version, e.g. 356

Inst

String

Name of the instance, e.g. std

TimeOffset

Number

Time difference between local time and UTC time in seconds, e.g. 3600
corresponds to an hour

FtScriptDir

String

The directory in which openFT-Script applications are stored. It can be
specified using the ftmodsuo command.

NativeX25

String

*YES / *NO
*YES: FarSync X.25 is supported on condition that it is installed on the
system.

SingleUser

String

*YES / *NO
*YES means Single User Operation (only on Unix systems)

Crypt

String

*YES / *NO
*YES: Encryption is supported on condition that openFT-CR is installed
on the system.

Example

Unix systems

ftinfo
CmdUiVer;CmdTiVer;OsType;UserId;IsFtAdm;IsFtacAdm;FtLang;CcsName;Home;Limited
;IsAdmAdm;ProdVer;SrcVer;Inst;TimeOffset;FtScriptDir;NativeX25;SingleUser;Cry
pt
1212;100;"Unix";"admin";1;1;"de";"ISO88591";"/home/usr/admin";*NO;1;"12.1C00"
;"407";"std";3600;"/home/usr/user1";*NO;*YES;*YES

Windows systems

ftinfo
CmdUiVer;CmdTiVer;OsType;UserId;IsFtAdm;IsFtacAdm;FtLang;CcsName;Home;Limited
;IsAdmAdm;ProdVer;SrcVer;Inst;TimeOffset;FtScriptDir;NativeX25;SingleUser;Cry
pt
1212;100;"Windows";"admin1";1;1;"de";"CP1252";"C:\Users\admin1";
*NO;0;"12.1C00";"406";"std";3600;"C:\Users\user1";*NO;*NO;*YES