Check if File Exists on FTP

You can do error handling in EasyMorph:

  1. Move downloading from FTP into a separate module. To make it more reusable, set the file path/name and connector as module parameters.
  2. Use the "Call" action in the "Capture errors" mode. In this mode the "Call" action doesn't fail if the called module fails. Instead, it returns a list of errors.
  3. Use conditional branching (e.g. the "Skip" action) to have a different logic if the list of errors is not empty.