Can anyone help with this, I was trying to connect to a SFTP server with password, and after the SFTP SSH connector with "When a file is added or modified", I can view the directory in design mode, but when it's running, the response from SFTP server seems not right and the error is 504 shown as below:
"error": {
"code": 504,
"source": "logic-apis-australiasoutheast.azure-apim.net",
"message": "BadGateway",
"innerError": {
"status": 504,
"message": "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond",
"error": {
"message": "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"
},
"source": "sftpwithssh-ase.azconn-ase.p.azurewebsites.net"
}
I can connect to the SFTP server via WinSCP or FileZilla and browsing, downloading without any issue. Please help if you encounter with this and solved. Thanks.