I set out to download/unzip a .zip file from a URL today and never thought it would be such a problem. I get an error when installing ZipFile.jl and there seems to be a lot of complaints about that package anyways. Can someone recommend a good way to do this (is there really not another package out there)?
I simply want to pass a URL to a function and then download/unzip the file that is downloaded. The reason I want to do this programmatically is that new files are uploaded monthly so I’d rather have my code get the latest version of the file every time it runs, rather than having to do this manually.