I am creating a script which should be working also in MAC and I would like to know the equivalence of the following command line using curl command :
wget --keep-session-cookies --load-cookies=cookies.txt --referer=website.com http://website.com/folder/$count
Thanks in advance.
Try this:
curl -b cookies.txt -c cookies.txt -e website.com http://website.com/folder/$count
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With