Hi, I configured a fetchSftp with username/password (no privatekey for certificate) and the processor is able to fetch the file but gives an error when try to move the file. Apparently to move the file the processor try use authentication with certificate, not user/pwd. I'm using NIFI 1.30.
This is the warning: WARN [Timer-Driven Process Thread-2] o.a.nifi.processors.standard.FetchSFTP FetchSFTP[id=1dce6844-015d-1000-9ddf-513c44ecb93f] Successfully fetched the content for StandardFlowFileRecord[uuid=bd37a9c5-7345-4305-9044-befd2e025b0a,claim=StandardContentClaim [resourceClaim=StandardResourceClaim[id=1508492612055-61, container=default, section=61], offset=4282, length=25699415],offset=0,name=xxx.xxx,size=25699415] from host:22/batch/cdirect/in/xxx.xxx but failed to rename the remote file due to java.io.IOException: Failed to obtain connection to remote host due to com.jcraft.jsch.JSchException: Auth cancel: tks Carlos
