SFTPGO and Power Automate (Microsoft Power Platform) #1355
Replies: 2 comments 1 reply
|
There is something written about throttling: https://learn.microsoft.com/en-us/answers/questions/855221/error-code22665-detailsfailed-to-connect-to-sftp-s If you not plan to upload files, but only automate some administration tasks, there is REST API: |
1 reply
|
Is there a known working solution already? I'm trying to create a new connection in Power Automate using the "Connect to SFTP - SSH" template. I am getting BadGateway error all the way while WinSCP, FileZilla, terminal etc. all work fine. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am trying to connect Microsoft Power Platform (SFTP - SSH) connection to my hosted SFTPGo instance, but getting an error message:
Bad Gateway: "server response does not contain SSH protocol identification error".I can connect fine using FileZilla or WinSCP. I am just using a Username/Password and not using a key for authentication and since this is hosted inside a Kubernetes cluster, we are using port a custom port 2022 to forward it to the SFTPGo container.
Has anyone else used Power Automate with SFTPGo and run into a similar issue?
All reactions