Quantcast
Viewing all articles
Browse latest Browse all 2801

Re: SFTP Problems with temp. files

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.
reg1.png

If i use $ at the end there is no match.

Image may be NSFW.
Clik here to view.
reg2.png

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.


Viewing all articles
Browse latest Browse all 2801

Trending Articles