exceptionfactory commented on PR #10124: URL: https://github.com/apache/nifi/pull/10124#issuecomment-3123486884
> Set a tight loop between GetSFTP->PutSFTP Seeing `PutSFTP[id=a484bcc2-d3b1-3878-6a2e-15319e47b1a7] Failed to set File Attributes [/home/apachenifi/SFTP-test/.11b96aa0-1f70-4ec5-a19e-83ce9f240560]: SFTP error (SSH_FX_NO_SUCH_FILE): No such file` > > This should not be possible as GetSFTP is set to ignore dotted filenames. Thanks for highlighting this issue. The warning message is actually incorrect, it should have reference the final name of the file. However, it also indicates that setting the File Attributes should occur before renaming. This was a change in behavior that should be corrected. I will push an update to correct the problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
