Settings of the Transfer Definition File

Setting Method

By referring to the template, create or edit the transfer definition file with a text editor. The transfer definition file uses UTF-8 as the character code.

The template is stored in the following:

{CLI installation directory}/config/parameter-template.txt

Description Format

It is considered as a comment line when a single byte number sign (#) exists at the beginning of the line.

It is not considered as an error even if there is a blank line. Several blank lines and comment lines are also acceptable. The line where a field is set should be described in the following format:

Key name = Setting value

The key name represents the name of the field to be set and uses a unique name for each field. The key names are fixed and cannot be changed.

Use a single byte equal sign (=) to separate the key name and the setting value.

Applying Settings

Any changes that were made to the file will be applied when CLI is executed next time (when CLI is executed by specifying the file).