List command options definition file

Format

[option-string-1]
[option-string-2]
...
[option-string-n]

Function

Specifies the option strings, which form the arguments of the list commands (LIST and NLST commands) executed by the FTP client, on each line. You can specify multiple option strings, however, only one option string is applied to each command.

The following are the differences in the execution format of the list commands when the list command options definition file is not defined and when the file is defined. [Figure]indicates a single one-byte space.

File storage location

The path where the list command options definition file is stored and the file name are optional.

However, the storage location of the list command options definition file must be specified with the absolute path in the urecp-ftp.list-command-option.filepath property of the FTP reception configuration file. If you do not specify the storage location, the definition of the list command options definition file becomes invalid.

Specifiable properties

option-string ~ <Character string>

Specifies the option strings that can be specified in the list command arguments.

You can specify one-byte alphanumeric characters, one-byte symbols (0x21 to 0x7E in ASCII encoding), and one-byte spaces (0x20 in ASCII encoding). The characters are case sensitive. You cannot specify one-byte spaces and tab characters at the beginning and at the end.

The available one-byte symbols are as follows:

Example of coding

To be able to specify both the options, -al and -la, specify the option strings in both the formats, as follows:

-al
-la

To be able to specify both the options, -l and -L, specify the option strings in both the formats, as follows:

-l
-L

Notes