Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP.download() not honoring local_path #573

Closed
staticfloat opened this issue Aug 28, 2020 · 1 comment · Fixed by #835
Closed

HTTP.download() not honoring local_path #573

staticfloat opened this issue Aug 28, 2020 · 1 comment · Fixed by #835
Assignees

Comments

@staticfloat
Copy link
Contributor

Julia 1.5.1
HTTP.jl v0.8.17

Example:

julia> HTTP.download("https://pkg.julialang.org/registry/23338594-aafe-5451-b93e-139f81909106/7858451b7a520344eb60354f69809d30a44e7dae", "/tmp/7858451b7a520344eb60354f69809d30a44e7dae")
┌ Info: Downloading
│   source = "https://pkg.julialang.org/registry/23338594-aafe-5451-b93e-139f81909106/7858451b7a520344eb60354f69809d30a44e7dae"
│   dest = "/tmp/7858451b7a520344eb60354f69809d30a44e7dae.gz"
│   progress = 1.0
│   time_taken = "0.16 s"
│   time_remaining = "0.0 s"
│   average_speed = "12.986 MiB/s"
│   downloaded = "2.013 MiB"
│   remaining = "0 bytes"
└   total = "2.013 MiB"
"/tmp/7858451b7a520344eb60354f69809d30a44e7dae.gz"

Notice how it gets .gz appended to the end.

@quinnj
Copy link
Member

quinnj commented May 26, 2022

Assigning to @oxinabox to take a look if able; otherwise, I can dig in if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants