Download Usage
PhotoManager Download <StorageAccountName> <StorageAccountKey> [<Container>] -options
Action options
OPTION |
DESCRIPTION |
BlobFilePath |
-The name of a blob to download |
LocalFile |
-The local path to download to |
ConflictPolicy |
-What do do if there is a conflict when downloading a file Default=Throw |
|
Throw |
|
ServerWins |
|
ClientWins |
StorageAccountName |
-The storage account to connect to |
StorageAccountKey |
-The storage key to use to connect |
Container |
-The storage container to target Default=DefaultAlbum |
UseHttps |
-Set this flag to use https |
Examples
Downloads a blob called ceremony.png to a temp folder on the local machine
photos download -a myaccount -k mykey -c wedding -BlobFilePath ceremony.png -LocalFile C:\temp\ceremony.png