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?

bryankym
  • 31
  • 1
  • 2

2 Answers2

1

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

Zelgadis
  • 111
  • 2
0

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

surfasb
  • 22,452
  • 5
  • 52
  • 77