SFTP File Download Fails in Acceptance Environment due to SSH_FXP_READ Proxy Policy Restriction
0
Hi all, We are currently experiencing an issue in our Acceptance environment on Mendix Cloud when trying to download files via SFTP using the official SFTP Module with SSH Key and Password Authentication from the Marketplace. ✅ What works:In local development, the SFTP_Get Java action works perfectly — we can successfully connect and download files. Using FileZilla, we can connect and download using the same credentials and port (10022). On the Acceptance environment, we can connect and even upload files to the SFTP server. ❌ What fails:Only download operations fail, returning this error:Command rejected due to sftp proxy policy settings: SSH_FXP_READ We suspect this might be related to proxy restrictions on Mendix Cloud that block certain SFTP operations (like SSH_FXP_READ). Has anyone else experienced a similar issue with SFTP download on Mendix Cloud? Is there a workaround or any recommended proxy configuration or request we can make to Mendix support? Any help or insights would be greatly appreciated! Thanks in advance.