Darrell
Results
252
comments of
Darrell
@calvinhzy ``` az storage azcopy run-command copy $sourceUrl $destUrl --as-subdir=false --overwrite=prompt --from-to=FileFile --preserve-smb-info=true --recursive --log-level=INFO --trailing-dot=Enable ``` tried with and without double quotes surrounding the $souceUrl and $destUrl params, gives...
Yes the command runs fine directly with azcopy.exe. I can also use azure storage explorer to perform the operation and azure storage explorer actualy shows the precise AzCopy.exe command which...