Skip to content

FTP/SFTP Filename Pattern Support

Import jobs can now detect files using filename patterns, not just exact names.

  1. Configure FTP/SFTP as the data source.
  2. Set the import directory path, for example: /fullupdate/
  3. Define a filename pattern using *, for example: shopware_6_import_file_*.csv
  • All files matching the pattern are detected.
  • If multiple files match, only the most recently modified file is processed.

Timestamped files like shopware_6_import_file_2026-01-07--11-53-00.csv are handled automatically without manual renaming.