-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I'm trying to download the "Passage_ANCE_FirstP_Checkpoint.zip" file from the ConvDR repository using the following command:
wget https://webdatamltrainingdiag842.blob.core.windows.net/semistructstore/OpenSource/Passage_ANCE_FirstP_Checkpoint.zip
However, I'm encountering a 404 error, indicating the file cannot be found at the specified location.
The error is:
--2024-03-05 19:57:32-- https://webdatamltrainingdiag842.blob.core.windows.net/semistructstore/OpenSource/Passage_ANCE_FirstP_Checkpoint.zip
Resolving webdatamltrainingdiag842.blob.core.windows.net (webdatamltrainingdiag842.blob.core.windows.net)... 20.60.229.129
Connecting to webdatamltrainingdiag842.blob.core.windows.net (webdatamltrainingdiag842.blob.core.windows.net)|20.60.229.129|:443... connected.
HTTP request sent, awaiting response... 404 The specified resource does not exist.
2024-03-05 19:57:32 ERROR 404: The specified resource does not exist..
I've already tried the following steps:
1.Double-checked the URL for any typos or errors.
2.Verified I'm using the correct protocol (HTTPS).
3.Consulted the ConvDR documentation and release notes, but couldn't find any information about file relocation or updates.
I understand that external file locations might change over time, and I wanted to check if there's an alternative way to download the required file or if the file is no longer available.
Any information or guidance you can provide would be greatly appreciated.