Skip to content

Commit 65ad94a

Browse files
Merge pull request #233921 from mikewill4/patch-48
[SFTP] Improve put/get -p support text
2 parents b03e9b3 + ba30d2a commit 65ad94a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following clients are known to be incompatible with SFTP for Azure Blob Stor
3030
- paramiko 1.16.0
3131
- SSH.NET 2016.1.0
3232

33-
The unsupported client list above is not exhaustive and may change over time.
33+
The unsupported client list above isn't exhaustive and may change over time.
3434

3535
## Client settings
3636

@@ -47,7 +47,7 @@ To transfer files to or from Azure Blob Storage via SFTP clients, see the follow
4747

4848
| Category | Unsupported operations |
4949
|---|---|
50-
| ACLs | <li>`chgrp` - change group<li>`chmod` - change permissions/mode<li>`chown` - change owner<li>`put/get -p` - preserving permissions |
50+
| ACLs | <li>`chgrp` - change group<li>`chmod` - change permissions/mode<li>`chown` - change owner<li>`put/get -p` - preserving properties such as permissions and timestamps |
5151
| Resuming Uploads | `reput`. `put -a` |
5252
| Random writes and appends | <li>Operations that include both READ and WRITE flags. For example: [SSH.NET create API](https://github.com/sshnet/SSH.NET/blob/develop/src/Renci.SshNet/SftpClient.cs#:~:text=public%20SftpFileStream-,Create,-(string%20path))<li>Operations that include APPEND flag. For example: [SSH.NET append API](https://github.com/sshnet/SSH.NET/blob/develop/src/Renci.SshNet/SftpClient.cs#:~:text=public%20void-,AppendAllLines,-(string%20path%2C%20IEnumerable%3Cstring%3E%20contents)). |
5353
| Links |<li>`symlink` - creating symbolic links<li>`ln` - creating hard links<li>Reading links not supported |
@@ -71,11 +71,11 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
7171

7272
- To access the storage account using SFTP, your network must allow traffic on port 22.
7373

74-
- Static IP addresses aren't supported for storage accounts. This is not an SFTP specific limitation.
74+
- Static IP addresses aren't supported for storage accounts. This isn't an SFTP specific limitation.
7575

76-
- Internet routing is not supported. Use Microsoft network routing.
76+
- Internet routing isn't supported. Use Microsoft network routing.
7777

78-
- There's a 2 minute time out for idle or inactive connections. OpenSSH will appear to stop responding and then disconnect. Some clients reconnect automatically.
78+
- There's a 2-minute time out for idle or inactive connections. OpenSSH will appear to stop responding and then disconnect. Some clients reconnect automatically.
7979

8080
## Other
8181

@@ -97,7 +97,7 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
9797

9898
## Troubleshooting
9999

100-
- To resolve the `Failed to update SFTP settings for account 'accountname'. Error: The value 'True' is not allowed for property isSftpEnabled.` error, ensure that the following pre-requisites are met at the storage account level:
100+
- To resolve the `Failed to update SFTP settings for account 'accountname'. Error: The value 'True' isn't allowed for property isSftpEnabled.` error, ensure that the following prerequisites are met at the storage account level:
101101

102102
- The account needs to be a general-purpose v2 and premium block blob accounts.
103103

0 commit comments

Comments
 (0)