You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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|
51
51
| Resuming Uploads |`reput`. `put -a`|
52
52
| 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)). |
53
53
| 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
71
71
72
72
- To access the storage account using SFTP, your network must allow traffic on port 22.
73
73
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.
75
75
76
-
- Internet routing is not supported. Use Microsoft network routing.
76
+
- Internet routing isn't supported. Use Microsoft network routing.
77
77
78
-
- There's a 2minute 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.
79
79
80
80
## Other
81
81
@@ -97,7 +97,7 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
97
97
98
98
## Troubleshooting
99
99
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:
101
101
102
102
- The account needs to be a general-purpose v2 and premium block blob accounts.
0 commit comments