Skip to content

Commit fcb19ef

Browse files
author
Jill Grant
authored
Merge pull request #271690 from normesta/sftp-2
Access control lists for SFTP
2 parents f0d048f + d403067 commit fcb19ef

15 files changed

+496
-260
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,12 @@ items:
166166
items:
167167
- name: Overview
168168
href: secure-file-transfer-protocol-support.md
169-
- name: Transfer data by using SFTP
169+
- name: Enable or disable SFTP
170170
href: secure-file-transfer-protocol-support-how-to.md
171+
- name: Authorize access
172+
href: secure-file-transfer-protocol-support-authorize-access.md
173+
- name: Connect from an SFTP client
174+
href: secure-file-transfer-protocol-support-connect.md
171175
- name: Performance considerations
172176
href: secure-file-transfer-protocol-performance.md
173177
- name: Limitations and known issues
Loading
Loading
90.7 KB
Loading

articles/storage/blobs/secure-file-transfer-protocol-known-issues.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ author: normesta
66

77
ms.service: azure-blob-storage
88
ms.topic: conceptual
9-
ms.date: 10/20/2022
9+
ms.date: 04/30/2024
1010
ms.author: normesta
11-
ms.reviewer: michawil
1211

1312
---
1413

@@ -21,15 +20,15 @@ This article describes limitations and known issues of SFTP support for Azure Bl
2120
2221
## Known unsupported clients
2322

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).
2524

2625
- Five9
2726
- Kemp
2827
- Mule
2928
- paramiko 1.16.0
3029
- SSH.NET 2016.1.0
3130

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.
3332

3433
## Client settings
3534

@@ -52,7 +51,7 @@ To transfer files to or from Azure Blob Storage via SFTP clients, see the follow
5251
| Extensions | Unsupported extensions include but aren't limited to: [email protected], [email protected], [email protected], [email protected] |
5352
| SSH Commands | SFTP is the only supported subsystem. Shell requests after the completion of key exchange will fail. |
5453
| 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.|
5655
| Cross Container Operations | Traversing between containers or performing operations on multiple containers from the same connection are unsupported.
5756

5857
## Authentication and authorization
@@ -83,7 +82,7 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
8382

8483
- Maximum file upload size via the SFTP endpoint is 100 GB.
8584

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.
8786

8887
- Special containers such as $logs, $blobchangefeed, $root, $web aren't accessible via the SFTP endpoint.
8988

0 commit comments

Comments
 (0)