Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2

    Red face 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

  2. #2
    Just 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 ....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...