oldjamey
8/9/2013 - 3:16 PM

download file over ssl connection using curl

download file over ssl connection using curl

#!/bin/bash

curl -o lgllc.tar.gz -b cookies.txt --user-agent "Mozilla/5.0" --user user:pass -k https://[host]:[port]/[filename]