Dup Ver Goto 📝

Using_cookies_with_Curl

PT2/network/utilities/curl does not exist
To
11 lines, 48 words, 353 chars Page 'Using_cookies_with_Curl' does not exist.

From curl --help all we find

 -b, --cookie <data|filename> Send cookies from string/file
 -c, --cookie-jar <filename> Write cookies to <filename> after operation

so -b is used to send cookies, and -c is used to get cookies.

curl -c cookies.txt pt2a.bonhommer.com/network
curl -b cookies.txt pt2a.bonhommer.com/network