6.8.2 FTP adapter command definition file
- Organization of this subsection
(1) Format
[ftpadp.command.messagelog.filepath=absolute-path-of-directory-to-output-message-log-files-of-FTP-adapter-commands] [ftpadp.command.messagelog.filenum=number-of-message-log-files-of-FTP-adapter-commands] [ftpadp.command.messagelog.filesize=maximum-size-of-one-message-log-file-of-FTP-adapter-commands]
(2) Function
This file defines the configuration information of the message log for FTP adapter commands.
(3) File storage location
Service-platform-installation-directory\CSC\custom-adapter\FTP\config\adpftpcommand.properties
(4) Specifiable parameters
ftpadp.command.messagelog.filepath=absolute-path-of-directory-to-output-message-log-files-of-FTP-adapter-commands ~ <Character strings (including two-byte characters) and spaces> <<service-platform-installation-directory\CSC\custom-adapter\FTP\log>>
Specifies an absolute path for the directory to output the message log files for the FTP adapter related commands. If you specify a non-existent directory, the default value is used.
Note that the message log is created with the name messagenumber-of-files.log.
ftpadp.command.messagelog.filenum=number-of-message-log-files-of-FTP-adapter-commands ~ <Numeric character> ((1 to 64)) <<2>>
Specifies the number of message log files of the FTP adapter related commands.
ftpadp.command.messagelog.filesize=maximum-size-of-one-message-log-file-of-FTP-adapter-commands ~ <Numeric character> ((4096 to 16777216)) <<1048576>>
Specifies the maximum size of one message log file of the FTP adapter related commands in bytes.
(5) Notes
Note the following when you specify the path:
-
Do not specify a path that contains characters expressing a relative path or a parent directory (..\ or ../) or characters expressing a current directory (.\ or ./).
-
Do not specify a path that contains a symbolic link.
-
In Windows, do not specify a path containing a UNC format, an NTFS stream name, or a reserved device name. The path characters are not case sensitive.