+++ date="2022-12-24" author="spanskiduh" title="Curl" description="click to read about Curl" +++ # Curl ## Download any file - `curl -o ` -download with new filename - `curl -O ` - download with original filename - `curl -X POST/GET/DELETE ` - different requests methods useful flags: - `-L` - use redirection - `-H 'key:value'` - add header - `curl -IL ssrd.io` - get information about server - `url -vL ssrd.io` - display handshake with a server