i need to download a file from this website which is atatched in a thread.
i have tried to download the file. but not able to.
below is the command i have tried. i have to check for the certificates to connect to the HTTPS site.
Code:
curl -L -u xxxxx:xxxxxxx --cacert cacert.pem -k -v \
http://www.dbforums.com/attachments/unix-shell-scripts/ \
12417d1321394685-curl-script-download-files-https-server-aaa.txt
i have got an HTML page. but i need to download a zip file.