Hitachi

JP1 Version 12 for UNIX Systems JP1/File Transmission Server/FTP Description, Reference and Operator's Guide


ftsutil - changes and displays environment information

Organization of this page

Format

Changing environment information:
ftsutil -C environment-information-option transmission-option-parameter
Displaying environment information:
ftsutil -L

Function

The ftsutil command changes or displays environment information.

Arguments

-C environment-information-option transmission-option-parameter

Changes the environment information in accordance with the specified environment information options.

To change environment information, you need superuser permissions.

The new settings take effect when you restart the JP1/FTP daemon.

The table below lists and describes the environment information options. For details about the transmission option parameters, see 3.1.1 Defining an environment for JP1/FTP.

Table 6‒2: Environment information options

Option name

Transmission option parameter

Value

-EH

Number of log entries to retain

((0 to 1,000,000))

-EP

Size of the protocol trace file

((4 to 10,000))

-EM

Size of the module trace file

((4 to 10,000))

-ER

Number of retries when connecting to a host

((0 to 100,000))

-EY

Retry interval when connecting to a host

((0 to 86,400))

-EO

Time-limit for waiting to send data

((1 to 3,600))

-EU

Time-limit for waiting to receive data

((1 to 3,600))

-ES

Size of the send buffer at the server

((512 to 262,144))

-EB

Size of the receive buffer at the server

((512 to 262,144))

-ET

Time-limit for idle connection at the server

((30 to 7,200))

-EV

File creation mask at the server

Octal value ((000 to 777))

-EF

Size of the send buffer at the client

((512 to 262,144))

-EE

Size of the receive buffer at the client

((512 to 262,144))

-EK

File creation mask at the client

Octal value ((000 to 777))

-EI

Link to JP1/IM (CHECK or UNCHECK)

CHECK|UNCHECK

-EL

Output transmission result to system log (CHECK or UNCHECK)

CHECK|UNCHECK

-EC

Maximum number of concurrent transmissions

64 to 128 <<64>>

-EA

File size for the access log

((0 to 100))

-EX

FTP connection response message control (CHECK or UNCHECK)

CHECK|UNCHECK

-L

Displays environment information.

Example of display:

[Figure]

#

If you have changed the maximum number of concurrent transmissions, a number in parentheses might be displayed in the maximum number of concurrent transmissions column. This number indicates the maximum number of concurrent transmissions that were in effect at that point and is displayed when a new maximum number of concurrent transmissions is different from the maximum number of concurrent transmissions that was in effect when the information was displayed.

The following example shows a change in the maximum number of concurrent transmissions from 64 to 128:

Maximum number of concurrent transmissions: 128 (64)

Return values

0

Normal termination

62

Abnormal termination during change

64

Abnormal termination during display

91

Abnormal termination due to a syntax error in a command parameter