Hi Helmut,
If you want only .xml at the end then you need to specify $ symbol after the .xml like below not .*\.xml
.*\.xml$
You can see ending with .tmp is match for your regular expression.
Image may be NSFW.
Clik here to view.
If i use $ at the end there is no match.
Image may be NSFW.
Clik here to view.
Set these parameters as per this note 1859563 - Channel broken fix and advanced paramters for ignoring error
The error with the pwd/cd/ls commands occur due to incompatibility with certain servers. It can be solved by using the following advanced parameters in the SFTP channel configuration in the integration directory.
- ignore.error.ls = true;
- ignore.error.cd = true;
- ignore.error.pwd = true;
Regards,
Praveen.