TIPS #curl troubleshooting website/connectivity check tool

Today I would like to take note on blog about curl command line tool that allow to send and receive data from servers using URL and for scripts automation too.

It supports various internet protocols like http, https, ftp, ftps, scp, sftp.

Is used for file download, testing and website checking

curl -vvv https://www.google.it

Curl -vvv https://website User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

curl man page

https://curl.se/docs/manpage.html