4

I have an Azure logic app, inside that i am creating FTP (when file is added or modified) but after creation of FTP connection, i am unable to see the folder name inside the folder box with the error "The gateway did not receive a response from 'Microsoft.Web' within the specified time period". enter image description here

Sudhanshu Pal
  • 86
  • 1
  • 2
  • 13

1 Answers1

0

Did you follow the steps in the doc create the FTP connector?

I think the problem is you didn't open the passive mode, the mode is a prerequisite asked in the doc. Due to environmental constraints, I couldn't open the passive mode, you could try it. And you need make sure you server is accessible from the internet.

If you still have questions, please let me know.

George Chen
  • 13,703
  • 2
  • 11
  • 26