You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-ftp.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
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:
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-sftp.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Connect to SFTP account (Deprecated)
3
-
description: Automate tasks and processes that monitor, create, manage, send, and receive files for an SFTP server using Azure Logic Apps.
2
+
title: Connect to SFTP (Deprecated)
3
+
description: Connect to an SFTP server from workflows in Azure Logic Apps.
4
4
services: logic-apps
5
5
ms.suite: integration
6
6
author: divyaswarnkar
@@ -11,7 +11,7 @@ tags: connectors
11
11
ROBOTS: NOINDEX
12
12
---
13
13
14
-
# Monitor, create, and manage SFTP files in Azure Logic Apps
14
+
# Connect to SFTP from workflows in Azure Logic Apps (Deprecated)
15
15
16
16
> [!IMPORTANT]
17
17
> Please use the [SFTP-SSH connector](../connectors/connectors-sftp-ssh.md) as the SFTP connector is deprecated. You can no longer select SFTP
@@ -26,10 +26,17 @@ To automate tasks that monitor, create, send, and receive files on a [Secure Fil
26
26
27
27
You can use triggers that monitor events on your SFTP server and make output available to other actions. You can use actions that perform various tasks on your SFTP server. You can also have other actions in your logic app use the output from SFTP actions. For example, if you regularly retrieve files from your SFTP server, you can send email alerts 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)
28
28
29
-
## Limits
29
+
## Limitations
30
30
31
31
The SFTP connector handles only files that are *50 MB or smaller* and doesn't support [message chunking](../logic-apps/logic-apps-handle-large-messages.md). For larger files, use the [SFTP-SSH connector](../connectors/connectors-sftp-ssh.md). For differences between the SFTP connector and the SFTP-SSH connector, review [Compare SFTP-SSH versus SFTP](../connectors/connectors-sftp-ssh.md#comparison) in the SFTP-SSH article.
32
32
33
+
34
+
* The SFTP-SSH managed or Azure-hosted connector for Consumption and Standard workflows handles only files that are *50 MB or smaller* and doesn't support [message chunking](../logic-apps/logic-apps-handle-large-messages.md). For larger files, use the [SFTP-SSH connector](../connectors/connectors-sftp-ssh.md). For differences between the SFTP connector and the SFTP-SSH connector, review [Compare SFTP-SSH versus SFTP](../connectors/connectors-sftp-ssh.md#comparison) in the SFTP-SSH article.
35
+
36
+
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.
37
+
38
+
* The SFTP-SSH managed or Azure-hosted connector can create a limited number of connections to the SFTP 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 SFTP-SSH built-in connector instead.
39
+
33
40
## Prerequisites
34
41
35
42
* An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
Copy file name to clipboardExpand all lines: articles/connectors/connectors-sftp-ssh.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Connect to SFTP server with SSH
3
-
description: Automate tasks that monitor, create, manage, send, and receive files for an SFTP server by using SSH and Azure Logic Apps.
2
+
title: Connect to SFTP using SSH from workflows
3
+
description: Connect to your SFTP file server over SSH from workflows in Azure Logic Apps.
4
4
services: logic-apps
5
5
ms.suite: integration
6
6
author: divyaswarnkar
7
7
ms.reviewer: estfan, azla
8
8
ms.topic: how-to
9
-
ms.date: 05/06/2022
9
+
ms.date: 08/16/2022
10
10
tags: connectors
11
11
---
12
12
13
-
# Create and manage SFTP files using SSH and Azure Logic Apps
13
+
# Connect to an SFTP file server using SSH from workflows in Azure Logic Apps
14
14
15
15
To automate tasks that create and manage files on a [Secure File Transfer Protocol (SFTP)](https://www.ssh.com/ssh/sftp/) server using the [Secure Shell (SSH)](https://www.ssh.com/ssh/protocol/) protocol, you can create automated integration workflows by using Azure Logic Apps and the SFTP-SSH connector. SFTP is a network protocol that provides file access, file transfer, and file management over any reliable data stream.
16
16
@@ -26,7 +26,7 @@ In your workflow, you can use a trigger that monitors events on your SFTP server
26
26
27
27
For differences between the SFTP-SSH connector and the SFTP connector, review the [Compare SFTP-SSH versus SFTP](#comparison) section later in this topic.
28
28
29
-
## Limits
29
+
## Limitations
30
30
31
31
* The SFTP-SSH connector currently doesn't support these SFTP servers:
32
32
@@ -72,6 +72,8 @@ For differences between the SFTP-SSH connector and the SFTP connector, review th
72
72
73
73
1. Follow the trigger with the SFTP-SSH **Get file content** action. This action reads the complete file and implicitly uses message chunking.
74
74
75
+
* The SFTP-SSH managed or Azure-hosted connector can create a limited number of connections to the SFTP 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 SFTP-SSH built-in connector instead.
0 commit comments