Settings of the CLI Configuration File
Setting Method
Edit the CLI configuration file shown below with a text editor.
The CLI configuration file uses UTF-8 as the character code.
{CLI installation directory}/config/transfer-cli.conf
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.