3

I've tried following Run cURL commands from Windows console but typing in any curl command returns nothing.

See below - I just get back the command prompt.

c:\curl>curl
curl: try 'curl --help' or 'curl --manual' for more information

c:\curl>curl google.com

c:\curl>

Any clues as to why this may be the case?

2 Answers2

1

Remember to extract the ca-bundle.crt file alongside curl.exe. This solved the issue for me.

Zelgadis
  • 111
0

Check to make sure it didn't already save the file. If not, try curl http://www.google.com.

surfasb
  • 22,896