Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Managed File Transfer User Guide

Managed File Transfer User Guide

ZIP Task Fields

ZIP Task Fields

The ZIP Task compresses a file or set of files into a .ZIP file.
The following table describes the fields in the
Basic Tab
of a Zip Task:
Field
Description
Label
Specify a label for the task.
Input File
Specify the path and name of a single file to zip.
Input Files Variable
Specify a variable that contains files to be compressed. The type of the variable must be File List. For example, ${variableName}.
Output File
Specify the name and location of the output ZIP file.
When File Exists
Specify the action to take when the zipped file already exists.
Default is rename.
The default value changes the destination file name to a new name. Therefore, the existing file does not change.
The following table describes the fields in the
Advanced Tab
of a PGP Verify Task:
Field
Description
Password
Specify the password to use to encrypt the zip file. If you specify a password, the contents of the zipped file are encrypted and are only accessible using this password.
Is Password Encrypted?
Specify whether the above password is in encrypted form.
Default is false.
Encryption Method
Specify the encryption method to use to encrypt the ZIP file. Specify the encryption method only if a password is specified.
Default is standard.
Compression Level
Specify the level of compression to use.
Default is medium.
Save Full Path Into
Specify whether to save the full path information in the output ZIP file.
Default is false.
The following table describes the fields in the
Output Variables Tab
of a Zip Task:
Field
Description
Output File Variable
You can specify the name of a variable that contains the verified files. The variable is of type File List and can be used in subsequent tasks that accept a File List input variable. The variable is created if it does not exist.
Processed Input Files Variable
You can specify the name of a variable that contains the signed input files. The variable is of type File List and can be used in subsequent tasks that accept a File List input variable. The variable is created if it does not exist.
Number of Files Archived Variable
You can specify the name of a variable that contains the number of files that have been successfully archived. The variable is created if it does not exist.
The following table describes the fields in the
Control Tab
of a Zip Task:
Field
Description
Version
The version of the task.
Log Level
Specify the level of logging to use while executing this task. You can select
silent
,
normal
,
verbose
, or
debug
.
The default value is inherited from the parent module.
Execute Only If
Specify the secret key ring that contains the sender's public keys. Specify the secret key ring only if no PGP key ring resource was specified or if you need to override the secret key ring specified in the PGP key ring resource.
Disabled
Whether this task is disabled.
Default is false.
The following table describes the fields in the
On ErrorTab
of a Zip Task:
Field
Description
On Error
Specify the action to take when the task errors out. You can select
abort
,
continue
,
call:[module]
, or
setVariable:[name]=[value]
.
When you select
call:[module]
, replace
[module]
with the name of the module in the project, for example,
call:ErrorModule
.
When you select
setVariable:[name]=[value]
, replace
[name]
with a variable name and
[value]
with the variable value, for example,
setVariable:error=true
.
The default value is inherited from the parent module.

0 COMMENTS

We’d like to hear from you!