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/storage/blobs/secure-file-transfer-protocol-known-issues.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,8 @@ author: normesta
6
6
7
7
ms.service: azure-blob-storage
8
8
ms.topic: conceptual
9
-
ms.date: 10/20/2022
9
+
ms.date: 04/30/2024
10
10
ms.author: normesta
11
-
ms.reviewer: michawil
12
11
13
12
---
14
13
@@ -21,15 +20,15 @@ This article describes limitations and known issues of SFTP support for Azure Bl
21
20
22
21
## Known unsupported clients
23
22
24
-
The following clients are known to be incompatible with SFTP for Azure Blob Storage. See [Supported algorithms](secure-file-transfer-protocol-support.md#supported-algorithms) for more information.
23
+
The following clients are known to be incompatible with SFTP for Azure Blob Storage. For more information, see [Supported algorithms](secure-file-transfer-protocol-support.md#supported-algorithms).
25
24
26
25
- Five9
27
26
- Kemp
28
27
- Mule
29
28
- paramiko 1.16.0
30
29
- SSH.NET 2016.1.0
31
30
32
-
The unsupported client list above isn't exhaustive and may change over time.
31
+
This list isn't exhaustive and might change over time.
33
32
34
33
## Client settings
35
34
@@ -52,7 +51,7 @@ To transfer files to or from Azure Blob Storage via SFTP clients, see the follow
| SSH Commands | SFTP is the only supported subsystem. Shell requests after the completion of key exchange will fail. |
54
53
| Multi-protocol writes | Random writes and appends (`PutBlock`,`PutBlockList`, `GetBlockList`, `AppendBlock`, `AppendFile`) aren't allowed from other protocols (NFS, Blob REST, Data Lake Storage Gen2 REST) on blobs that are created by using SFTP. Full overwrites are allowed.|
55
-
| Rename Operations | Rename operations where the target file name already exists is a protocol violation. Attempting such an operation will return an error. See [Removing and Renaming Files](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02#section-6.5) for more information.|
54
+
| Rename Operations | Rename operations where the target file name already exists is a protocol violation. Attempting such an operation returns an error. See [Removing and Renaming Files](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02#section-6.5) for more information.|
56
55
| Cross Container Operations | Traversing between containers or performing operations on multiple containers from the same connection are unsupported.
57
56
58
57
## Authentication and authorization
@@ -83,7 +82,7 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
83
82
84
83
- Maximum file upload size via the SFTP endpoint is 100 GB.
85
84
86
-
- To change the storage account's redundancy/replication settings or initiate account failover, SFTP must be disabled. SFTP may be re-enabled once the conversion has completed.
85
+
- To change the storage account's redundancy/replication settings or initiate account failover, SFTP must be disabled. SFTP may be re-enabled once the conversion has completed.
87
86
88
87
- Special containers such as $logs, $blobchangefeed, $root, $web aren't accessible via the SFTP endpoint.
0 commit comments