Results 1 to 2 of 2
Hi.
Need your extreme help.
I need a script that will automatically download a file from a given website adress.
This url is SSL secured. It will have many softwares ...
- 12-07-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
Scripts to automate download from a SSL encrypted website
Hi.
Need your extreme help.
I need a script that will automatically download a file from a given website adress.
This url is SSL secured. It will have many softwares (with increasing build no), from which I need to download the latest one.
This script will ask me the user id and password as I hit it. It also may ask me the latest build no. and then will download it in proper location.
Can some one please help? I need it badly and asap?
Your any help is appreciated.
Thanks
- 12-07-2009 #2Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
add --no-check-certificate --secure-protocol=auto
/usr/bin/local/wget --http-user=${HOST_USER} --http-password=${HOST_PASSWORD} --no-check-certificate --secure-protocol=auto https://${HOST_SERVER}/~folder1/SW_V-${UNIQ_VERSION}.zip
and this works ....


Reply With Quote
