How to download file curl from command line? Need help! or What's the best way to download file curl

18 Replies, 973 Views

Hey! For debugging, dump the output to a log:

`curl -v -O [url] 2> curl.log`

Then check `curl.log` for errors. Often, it’s a SSL cert issue—fix with `--insecure` (but only if you trust the source!).

Messages In This Thread



Users browsing this thread: 1 Guest(s)