Skip to content

Commit cc02937

Browse files
authored
Merge pull request #101273 from ecfan/patch-4
Add options to access on-premises data sources
2 parents c7b4978 + 5ab5dd1 commit cc02937

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/connectors/connectors-create-api-ftp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ With Azure Logic Apps and the FTP connector, you can create automated tasks and
2020

2121
You can use triggers that get responses from your FTP server and make the output available to other actions. You can use run actions in your logic apps for managing files on your FTP server. You can also have other actions use the output from FTP actions. For example, if you regularly get files from your FTP server, you can send email about those files and their content by using the Office 365 Outlook connector or Outlook.com connector. If you're new to logic apps, review [What is Azure Logic Apps](../logic-apps/logic-apps-overview.md).
2222

23-
## Limits
23+
## Limitations
2424

2525
* The FTP connector supports only explicit FTP over SSL (FTPS) and isn't compatible with implicit FTPS.
2626

@@ -32,6 +32,8 @@ You can use triggers that get responses from your FTP server and make the output
3232

3333
* Follow the trigger with the FTP **Get file content** action, which reads the complete file and implicitly uses chunking.
3434

35+
* If you have an on-premises FTP server, consider creating an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) or using [Azure App Service Hybrid connections](../app-service/app-service-hybrid-connections.md), which both let you access on-premises data sources without using an on-premises data gateway.
36+
3537
## How FTP triggers work
3638

3739
FTP triggers work by polling the FTP file system and looking for any file that was changed since the last poll. Some tools let you preserve the timestamp when the files change. In these cases, you have to disable this feature so your trigger can work. Here are some common settings:
@@ -168,4 +170,4 @@ For technical details about triggers, actions, and limits, which are described b
168170

169171
## Next steps
170172

171-
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
173+
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)

0 commit comments

Comments
 (0)