Skip to content

Commit 46a5e8c

Browse files
Merge pull request #208870 from RandomCyclist/update-unsupported-operations
[SFTP] Clarify rename operation errors.
2 parents a0b0b77 + ecaca3b commit 46a5e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The unsupported client list above is not exhaustive and may change over time.
4949
| Extensions | Unsupported extensions include but aren't limited to: [email protected], [email protected], [email protected], [email protected] |
5050
| SSH Commands | SFTP is the only supported subsystem. Shell requests after the completion of key exchange will fail. |
5151
| 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.|
52+
| 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.
5253

5354
## Authentication and authorization
5455

0 commit comments

Comments
 (0)