File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ For detailed reference docs see [azcopy copy](storage-ref-azcopy-copy.md).
147
147
148
148
| | |
149
149
| --------| -----------|
150
- | ** Syntax** | ` azcopy copy 'https://<storage-account-name>.file.core.windows.net/<file-share-name>/<directory-path>?<SAS-token>' '<local-directory-path>' --recursive ` |
150
+ | ** Syntax** | ` azcopy copy 'https://<storage-account-name>.file.core.windows.net/<file-share-name>/<directory-path>?<SAS-token>' '<local-directory-path>' --recursive ` |
151
151
| ** Example** | ` azcopy copy 'https://mystorageaccount.file.core.windows.net/myfileshare/myFileShareDirectory?sv=2018-03-28&ss=bjqt&srs=sco&sp=rjklhjup&se=2019-05-10T04:37:48Z&st=2019-05-09T20:37:48Z&spr=https&sig=%2FSOVEFfsKDqRry4bk3qz1vAQFwY5DDzp2%2B%2F3Eykf%2FJLs%3D' 'C:\myDirectory' --recursive ` |
152
152
153
153
This example results in a directory named ` C:\myDirectory\myFileShareDirectory ` that contains all of the downloaded files.
You can’t perform that action at this time.
0 commit comments