Beyond FTP Feature Tour
Beyond FTP Script
Editor - Decrypt_Files Command
Back
to Feature Tour


The Decrypt_Files command is used to read compressed,
encrypted archive_files that have been created using the Encrypt_Files
command or Beyond Encryption. The key_name parameter is not required, but
will be used as a consistency check if provided. The target_name is a
combination of the target directory and file mask fields. The files mask
provides the information about which files will be extracted, and the target
directory provides a root name for storing the files.
Note: If the archive_file specifies that the directory
structure should be maintained, it will be constructed by starting at the
target directory. If you wish to reproduce the exact directory structure
present on the source machine, simply specify a drive letter as the target
directory portion of the target_name, and *.* as the file mask portion.
Example:
:Decrypt_Files: C:\Temp\Addr*.*
:Using_Archive: C:\Bftp\Address.Ena
:Using_Key: AddressKey
:Using_Parameters: -a -ed2
Back
to Feature Tour

|