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-sftp-ssh.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.suite: integration
6
6
author: divyaswarnkar
7
7
ms.reviewer: estfan, klam, logicappspm
8
8
ms.topic: article
9
-
ms.date: 06/18/2019
9
+
ms.date: 02/28/2020
10
10
tags: connectors
11
11
---
12
12
@@ -26,7 +26,29 @@ For differences between the SFTP-SSH connector and the SFTP connector, review th
26
26
27
27
## Limits
28
28
29
-
* By default, SFTP-SSH actions can read or write files that are *1 GB or smaller* but only in *15 MB* chunks at a time. To handle files larger than 15 MB, SFTP-SSH actions support [message chunking](../logic-apps/logic-apps-handle-large-messages.md), except for the Copy File action, which can handle only 15 MB files. The **Get file content** action implicitly uses message chunking.
29
+
* SFTP-SSH actions that support [chunking](../logic-apps/logic-apps-handle-large-messages.md) can handle files up to 1 GB, while SFTP-SSH actions that don't support chunking can handle files up to 50 MB. Although the default chunk size is 15 MB, this size can dynamically change, starting from 5 MB and gradually increasing to the 50 MB maximum, based on factors such as network latency, server response time, and so on.
30
+
31
+
> [!NOTE]
32
+
> For logic apps in an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md),
33
+
> this connector's ISE-labeled version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
34
+
35
+
Chunk size is associated with a connection, which means that you can use the same connection for actions that support chunking and then for actions that don't support chunking. In this case, the chunk size for actions that don't support chunking ranges from 5 MB to 50 MB. This table shows which SFTP-SSH actions support chunking:
36
+
37
+
| Action | Chunking support |
38
+
|--------|------------------|
39
+
|**Copy file**| No |
40
+
|**Create file**| Yes |
41
+
|**Create folder**| Not applicable |
42
+
|**Delete file**| Not applicable |
43
+
|**Extract archive to folder**| Not applicable |
44
+
|**Get file content**| Yes |
45
+
|**Get file content using path**| Yes |
46
+
|**Get file metadata**| Not applicable |
47
+
|**Get file metadata using path**| Not applicable |
48
+
|**List files in folder**| Not applicable |
49
+
|**Rename file**| Not applicable |
50
+
|**Update file**| No |
51
+
|||
30
52
31
53
* SFTP-SSH triggers don't support chunking. When requesting file content, triggers select only files that are 15 MB or smaller. To get files larger than 15 MB, follow this pattern instead:
32
54
@@ -44,7 +66,7 @@ Here are other key differences between the SFTP-SSH connector and the SFTP conne
44
66
45
67
* By default, SFTP-SSH actions can read or write files that are *1 GB or smaller* but only in *15 MB* chunks at a time.
46
68
47
-
To handle files larger than 15 MB, SFTP-SSH actions can use [message chunking](../logic-apps/logic-apps-handle-large-messages.md). However, the Copy File action supports only 15 MB files because that action doesn't support message chunking. SFTP-SSH triggers don't support chunking. To upload large files, you need both read and write permissions for the root folder on your SFTP server.
69
+
To handle files larger than 15 MB, SFTP-SSH actions can use [message chunking](../logic-apps/logic-apps-handle-large-messages.md). SFTP-SSH triggers don't support chunking. To upload large files, you need both read and write permissions for the root folder on your SFTP server.
48
70
49
71
* Provides the **Create folder** action, which creates a folder at the specified path on the SFTP server.
50
72
@@ -191,4 +213,4 @@ For more technical details about this connector, such as triggers, actions, and
191
213
192
214
## Next steps
193
215
194
-
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
216
+
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
| Message size | 100 MB | 200 MB | ISE-labeled connectors use the ISE limit, not their non-ISE connector limits. <p><p>To work around this limit, see [Handle large messages with chunking](../logic-apps/logic-apps-handle-large-messages.md). However, some connectors and APIs might not support chunking or even the default limit. |
155
-
| Message size with chunking | 1 GB | 5 GB | This limit applies to actions that natively support chunking or let you enable chunking in their runtime configuration. <p>For the integration service environment, the Logic Apps engine supports this limit, but connectors have their own chunking limits up to the engine limit, for example, see the [Azure Blob Storage connector's API reference](https://docs.microsoft.com/connectors/azureblob/). For more information chunking, see [Handle large messages with chunking](../logic-apps/logic-apps-handle-large-messages.md). |
155
+
| Message size with chunking | 1 GB | 5 GB | This limit applies to actions that either natively support chunking or let you enable chunking in their runtime configuration. <p><p>For the integration service environment, the Logic Apps engine supports this limit, but connectors have their own chunking limits up to the engine limit, for example, see the [Azure Blob Storage connector's API reference](https://docs.microsoft.com/connectors/azureblob/). For more information about chunking, see [Handle large messages with chunking](../logic-apps/logic-apps-handle-large-messages.md). |
0 commit comments