Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5
-
None
-
None
Description
Current Situation
JADE with jump host configuration uses the options
- target_pre_transfer_commands (if operation=copytointernet)
- target_post_transfer_commands (if operation=copytointernet)
- source_pre_transfer_commands (if operation=copyfrominternet)
- source_post_transfer_commands (if operation=copyfrominternet)
exclusive for their own purposes.
If these options are used in the profile too then they will not work because they will be overwritten with jump commands.
Desired Behavior
pre_transfer_commands and post_transfer_commands from a profile should be executed and not be overwritten with jump commands.