Skip to content

Commit 83ca1f1

Browse files
Merge pull request #281425 from mikewill4/patch-74
[SFTP] Improve docs for blob naming and undelete support
2 parents aa437c1 + ff4afb8 commit 83ca1f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: normesta
66

77
ms.service: azure-blob-storage
88
ms.topic: conceptual
9-
ms.date: 06/24/2024
9+
ms.date: 07/22/2024
1010
ms.author: normesta
1111

1212
---
@@ -53,6 +53,7 @@ To transfer files to or from Azure Blob Storage via SFTP clients, see the follow
5353
| 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.|
5454
| 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.|
5555
| Cross Container Operations | Traversing between containers or performing operations on multiple containers from the same connection are unsupported.
56+
| Undelete | There is no way to restore a soft-deleted blob with SFTP. The `Undelete` REST API must be used.|
5657

5758
## Authentication and authorization
5859

@@ -96,6 +97,8 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
9697

9798
- Only SSH version 2 is supported.
9899

100+
- Avoid blob or directory names that end with a dot (.), a forward slash (/), a backslash (\), or a sequence or combination of the two. No path segments should end with a dot (.). For more information, see [Naming and Referencing Containers, Blobs, and Metadata](/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata).
101+
99102
## Blob Storage features
100103

101104
When you enable SFTP support, some Blob Storage features will be fully supported, but some features might be supported only at the preview level or not yet supported at all.

0 commit comments

Comments
 (0)