azcopy copy “{local_dir}” “{upload_url}” --cap-mbps=800 --recursive --check-length=true --overwrite=ifSourceNewer
When I used this command, I encountered an I/O crash. Additionally, if it suddenly fails, it creates a 0-byte file at the destination. This causes the upload command to skip it entirely upon subsequent use. How can I resolve these issues?