Using Azure Logic App SFTP component to transfer text files to the external SFTP server fails. When I tried doing the same with WinSCP, the file was transferred, and an error came up saying that the file was transferred successfully but a SETSTAT error occurred. I figured this was probably the issue of why the SFTP Logic App component failed.
Question: is there a way to ignore/suppress an error on the Logic App so that the file is transferred successfully? On WinSCP, there is a setting that can be set up to ignore the SETSTAT issue.