Multi-command mode
You can use the multi-command mode to interactively enter
FTM SWIFT commands
in a command shell. In the multi-command mode, the CLI:
- Gets the entered command-line string for each command.
- Generates the request message containing the specified command and its parameters.
- Sends the generated message to a service.
- Waits for the response message containing the status of the requested command.
- Evaluates the response message and displays the response text.
- Prompts for another command.