Skip to content

Commit 252a90a

Browse files
Merge pull request #246954 from mikewill4/patch-52
[SFTP] List cross container operations under known issues
2 parents 58f43ee + 9eb2c55 commit 252a90a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-storage
88
ms.topic: conceptual
99
ms.date: 10/20/2022
1010
ms.author: normesta
11-
ms.reviewer: ylunagaria
11+
ms.reviewer: michawil
1212

1313
---
1414

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

5960
## Authentication and authorization
6061

0 commit comments

Comments
 (0)