Hi,
I am trying to connect to my sftp but it will not work, am I adding these details incorrectly?
Thanks,
Jo
sftp sonnection settings
You don't actually say if this has ever worked, but imply this is the first set-up...
It is not uncommon for FTP/SFTP servers to have whitelisted addresses from which they will only accept requests.
If this is the case you might see this error... I have certainly encountered this.
In which case you need to determine the PowerPlatform/LogicApps outbound IP Address ranges for your tenancy/region and ensure that they are "allowed" by your firewall/servers.
I think this is the correct page: https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config
Hi.
It worth to remove "ftps://" on Host Address and try again.
Hi @JoMcRae
Try to download https://www.telerik.com/fiddler
You might see bit more details via this tool.
1. Download fiddler and run.
2. From Flow try to setup the SFTP.
3. Once it fails stop the Fiddler (Press F12) and see the failure traffic.
Thanks
I have looked through this already and cannot see a reason why it would not work?
Hi @JoMcRae
Please see this post
https://blog.neilsabol.site/post/microsoft-ms-flow-sftp-connector-tips-tricks-errors/
Thanks