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

cURL getting nothing from download link #176

Open
kailando opened this issue Mar 15, 2024 · 3 comments
Open

cURL getting nothing from download link #176

kailando opened this issue Mar 15, 2024 · 3 comments

Comments

@kailando
Copy link

kailando commented Mar 15, 2024

So, I did a simple cURL: cURL https://github.com/FlyTechVideos/BluescreenSimulator/releases/download/3.4.0/BluescreenSimulator.exe (newest version at the time of posting)

Output: .
Please help, there was nothing.

Note: The reason I did this is because Microsoft Edge isn't letting me download the file. Other people have reported the exact same issue, though.

@SamyoFox
Copy link
Collaborator

SamyoFox commented Mar 20, 2024

curl outputs to the shell by default, if you want to save the contents to a file you need to specify it using -o filename

Repository owner deleted a comment from Well236 Mar 20, 2024
Repository owner deleted a comment from Well236 Mar 20, 2024
@kailando
Copy link
Author

@SamyoFox I am using Windows Command Prompt, not Mac.
I use curl http://... >> filename.txt, sorry.

@SamyoFox
Copy link
Collaborator

It's the same tool on all platforms, so the arguments are the same.

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

No branches or pull requests

2 participants