06-22-2009, 05:32 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Jun 2008
Posts: 8
Thanks: 0
|
Curl login to https
Hi,
Please excuse if similar issue has been posted earlier.
My scenario is
Login to a https site .
Once I login,I find a link to download a file.
Now all this I want to do with the help of curl.
I want the script for
1) login to https site
2)download the file?After applying the regex,I can get the link of the file easily but problem comes for downloading the file?Do I have to use JavaScript for that or use location header to redirect to file download link?
Thanks in advance
|
|
|
|