Blame view

RIOT/dist/tools/dlcache/README.md 343 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
  # Introduction
  
  This script aims to cache http(s)-downloads
  
  ## How it works
  
  - if a file with the right name and md5 exists, nothing happens
  - if a file with the right name and md5 is in cache, use that
  - if a file with the right name but wrong md5 is in cache, redownload
    download to cache
  - after download, check md5, then copy to target