SetConnect

CompressFile

File::CompressFile
Description
Compresses the specified file using ZIP compression. Supports (AES) encryption and multi-volume archives.
Options
Source file to compress
The sourcefile which must be compressed. Must include the complete path and the filename.
Remove Sourcefile
When checked, will remove the original sourcefile after it has been compressed.
Preserve Path
When checked, the full path of the sourcefile will be stored inside the compressed file.
Destinationfile
The name of the compressed destinationfile.
Password
Optional password to encrypt the destination file.
Encryption
Determines if files must be encrypted. Options: None, Standard, AES128, AES192, AES256.
Compression
Compression level. Options: None, Low, Medium, High.
Multi Volume

If set to another option then "None", the outputfile will be split into multiple files of the specified size.
Valid options for size are K, M and G:

Examples:
500K = 500 kilobyte
1M = 1 megabyte
50M = 50 megabyte
1G = 1 gigabyte

Tempfile Directory
Optional directory where temporary files will be stored..

Documentation

Release notes