I'm trying to download the RIPE Atlas traceroutes for a day that is older than one month.
Given that the FTP repository publishes only results from the last month, I need to use the API.
So, what I'm doing is to list of measurement IDs for a given data and then for each ID I do a GET for the results of that ID.
The code is here:
https://github.com/vgiotsas/RIPEAtlas_Queries/blob/main/download_atlas_trac…
However, often some downloads time out and when I'm trying to resume it using the Range header it seems that the API doesn't support it and the download starts over until it fails again halfway through the download.
Is there a better way to do such bulk downloads? Or at least to resume failed downloads?
Thanks!