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:
  1. Gets the entered command-line string for each command.
  2. Generates the request message containing the specified command and its parameters.
  3. Sends the generated message to a service.
  4. Waits for the response message containing the status of the requested command.
  5. Evaluates the response message and displays the response text.
  6. Prompts for another command.