sftp connection from App server, not from Web server Gateway (PSIGW)
In our architecture, we have some Linux Web servers in a DMZ.
We wanted to SFTP a file using the Gateway and connectors.
When testing we discovered the the App server or PSUNX is contacting the Gateway to read all the setup, but the finally the SFTP command was executed on the App server.
So we have a problem here because the App server is in the backend not the DMZ.
Is there another solution that the SFTP connection is executed from the Gateway ?