Azcopy download command with –overwrite IfSourceNewer and –check-md5
I’m using azcopy command to download files from blob storage in c-sharp web service. The command has –overwrite IfSourceNewer and –check-md5 parameters. In case of an MD5 mismatch, the response will be false, so should I re-try the download(call the azcopy command again)?