Closed jonas-kaufmann closed 1 year ago
Hi,
sounds like a good idea to me. Thanks for working on this!
Had a further look. I should read my own code more... :-)
This is fine, you return the cache path as a directory. HTTP
will take care of the copy to build directory for you.
LGTM.
Had a further look. I should read my own code more... :-) This is fine, you return the cache path as a directory.
HTTP
will take care of the copy to build directory for you.LGTM.
No problem but yes, that's what I intended :)
Hi, for some experiments in https://github.com/se-sic/VaRA-Tool-Suite, we need to download multiple files over HTTP. This is currently a bit cumbersome as it requires us to specify multiple HTTP sources. @vulder had the idea to implement a source class that allows you to specify the url and then the files you want to download, like so:
Let me know, what you think.