Updated Listing specific files to transfer (markdown)

John Rusk [MSFT] 2019-10-11 13:30:30 +13:00
Родитель c2682bde2f
Коммит 54c673cfa0
1 изменённых файлов: 3 добавлений и 1 удалений

@ -1,6 +1,8 @@
You can create a list of specific files to transfer, and then tell AzCopy to transfer only those exact files. As of version 10.3, this flag remains undocumented (except for this wiki page) and it does not appear in the in-app command line help. It is however regularly used by Azure Storage Explorer to pass file lists to its embedded copy of AzCopy.
To use this feature, create a text file that lists the files to be transferred, which are all under the root source directory. AzCopy will append each line of this file, in turn, to the source directory to construct a full file path. (Or a directory path, you can list directories here too, but you should also add the --recursive flag in that case). Example file
To use this feature, create a text file that lists the files to be transferred, which are all under the root source directory. (BTW, you can also list directories here too, but you should also add the --recursive flag in that case).
Example file:
```
File_1.pdf