Previous Topic: EmailNext Topic: File Transfer


File Management

Configuration of the File Management operator category (module) includes property settings for the following operating systems:

Default Windows File Management Properties

Sets the default values that the File Management operators that run in a Microsoft Windows environment use.

Require user credentials

Specifies how to determine the user name and the password that the File Management operators require.

Values: This property can have one of the following values:

  • Default to User Specified Below
  • Default to User Under Which Touchpoint is Run
User

Defines the default user name for authentication. This value is required only if you set Require User Credentials to Default to User Specified Below.

Password

Defines the password that the product associates with the specified default user. This value is required only if you set the User property.

Confirm Password

Verifies the value that you specified in the Password property.

Compression Utility

Defines the command that compresses a file or directory.

WZZIP -P -r {0} {1} 
  • {0} defines the output compressed file name.
  • {1} defines the name of the source file to compress.
Uncompress Utility

Defines the command that extracts a compressed file or directory.

WZUNZIP -d -o -yO {0} 

{0} defines the name of the compressed file to extract.

Default UNIX File Management Properties

Sets the default values that the File Management operators that run in a UNIX environment use.

Require user credentials

Specifies how to determine the user name and the password that the File Management operators require.

Values: This property can have one of the following values:

  • No Default
  • Default to User Specified Below
  • Default to User Under Which Touchpoint is Run. If you select this value, run a touchpoint or server as a service.
User

Defines the default user name for authentication. This value is required only if you set Require User Credentials to Default to User Specified Below.

Shell

Defines the default operating system shell, for example: /bin/bash, /bin/csh/, or /bin/ksh.

Password

Specifies the password for the default user.

Defines the password that the product associates with the specified default user. The operator uses the password to start user processes that do not specify a password.

Confirm Password

Verifies the value that you specified in the Password property.

Disable Password Check

Specifies whether the product verifies the password when it switches users to run a process or a script on a UNIX host.

Values: This property can have one of the following values:

  • Selected - The product does not verify the password.
  • Cleared - The product verifies the specified password.
Compression Utility

Defines the command that compresses a file or directory.

gzip -qrf {0} 

{0} defines the name of the source file to compress.

Uncompress Utility

Defines the command that extracts a compressed file or directory.

gunzip -qrf {0}

{0} defines the name of the compressed file to extract.