Skip to content

Commit 1b47c32

Browse files
Merge pull request #214746 from mikewill4/patch-36
[SFTP] Remove resuming downloads from unsupported list
2 parents d9d1b7a + 50074e4 commit 1b47c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To transfer files to or from Azure storage via client applications, see the foll
5252
| Category | Unsupported operations |
5353
|---|---|
5454
| ACLs | <li>`chgrp` - change group<li>`chmod` - change permissions/mode<li>`chown` - change owner<li>`put/get -p` - preserving permissions |
55-
| Resume operations |<li>`reget`, `get -a`- resume download<li>`reput`. `put -a` - resume upload |
55+
| Resuming Uploads | `reput`. `put -a` |
5656
| 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)). |
5757
| Links |<li>`symlink` - creating symbolic links<li>`ln` - creating hard links<li>Reading links not supported |
5858
| Capacity Information | `df` - usage info for filesystem |

0 commit comments

Comments
 (0)