|
1 | 1 | ---
|
2 | 2 | title: Connect to FTP servers
|
3 |
| -description: Connect to an FTP server from workflows in Azure Logic Apps. |
| 3 | +description: Connect to your FTP server from workflows in Azure Logic Apps. |
4 | 4 | services: logic-apps
|
5 | 5 | ms.suite: integration
|
6 | 6 | ms.reviewer: estfan, azla
|
7 | 7 | ms.topic: how-to
|
8 |
| -ms.date: 07/24/2022 |
| 8 | +ms.date: 08/15/2022 |
9 | 9 | tags: connectors
|
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Connect to an FTP server from workflows in Azure Logic Apps
|
13 | 13 |
|
14 |
| -This article shows how to access your FTP server from a workflow in Azure Logic Apps with the FTP connector. You can then create automated workflows that run when triggered by events in your FTP server or in other systems and run actions to manage files on your FTP server. |
| 14 | +This article shows how to access your File Transfer Protocol (FTP) server from a workflow in Azure Logic Apps with the FTP connector. You can then create automated workflows that run when triggered by events in your FTP server or in other systems and run actions to manage files on your FTP server. |
15 | 15 |
|
16 | 16 | For example, your workflow can start with an FTP trigger that monitors and responds to events on your FTP server. The trigger makes the outputs available to subsequent actions in your workflow. Your workflow can run FTP actions that create, send, receive, and manage files through your FTP server account using the following specific tasks:
|
17 | 17 |
|
@@ -44,11 +44,13 @@ The FTP connector has different versions, based on [logic app type and host envi
|
44 | 44 |
|
45 | 45 | By default, FTP actions can read or write files that are *200 MB or smaller*. Currently, the FTP built-in connector doesn't support chunking.
|
46 | 46 |
|
47 |
| - * Managed connector for Consumption and Standard workflows |
| 47 | + * Managed or Azure-hosted connector for Consumption and Standard workflows |
48 | 48 |
|
49 | 49 | By default, FTP actions can read or write files that are *50 MB or smaller*. To handle files larger than 50 MB, FTP actions support [message chunking](../logic-apps/logic-apps-handle-large-messages.md). The **Get file content** action implicitly uses chunking.
|
50 | 50 |
|
51 |
| -* FTP managed connector triggers might experience missing, incomplete, or delayed results when the "last modified" timestamp is preserved. On the other hand, the FTP *built-in* connector trigger in Standard logic app workflows doesn't have this limitation. For more information, review the FTP connector's [Limitations](/connectors/ftp/#limitations) section. |
| 51 | +* Triggers for the FTP managed or Azure-hosted connector might experience missing, incomplete, or delayed results when the "last modified" timestamp is preserved. On the other hand, the FTP *built-in* connector trigger in Standard logic app workflows doesn't have this limitation. For more information, review the FTP connector's [Limitations](/connectors/ftp/#limitations) section. |
| 52 | + |
| 53 | +* The FTP managed or Azure-hosted connector can create a limited number of connections to the FTP server, based on the connection capacity in the Azure region where your logic app resource exists. If this limit poses a problem in a Consumption logic app workflow, consider creating a Standard logic app workflow and use the FTP built-in connector instead. |
52 | 54 |
|
53 | 55 | ## Prerequisites
|
54 | 56 |
|
|
0 commit comments