LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to download VMware server through "wget" (https://www.linuxquestions.org/questions/linux-software-2/how-to-download-vmware-server-through-wget-688194/)

paragkalra 12-04-2008 12:11 AM

How to download VMware server through "wget"
 
Folks,

I want to download VMware Server 2.0 through "wget" from here:
http://www.vmware.com/download/server/

It requires a login (which I have) and it works through "https"

I tried using --http-user & --http-password but it didn't work.

Has anyone tried it before?

harry2006 12-04-2008 06:15 AM

I dont think just using wget from CLI you can download it [after prividing login/passwd, obviously]. May be you need to have some script that will provide the login details, which will inturn generate the unique download link for you that must be passed to wget to start downloading.
Its quite clear that the site, that require id/passwd, will give you a unique download link generated using you login details itself.
Hope it helps. Thanks.

farslayer 12-04-2008 08:01 AM

I'm guessing you don't have a GUI on the machine you are down loading to ?

Have you considered using the lynx ASCII web browser ?
lynx http://www.vmware.com/download/server/

login and download your file..

Japie 03-25-2009 04:21 AM

creds to farslayer.

Using lynx you can download vmware server 2.0 from your non-graphical linux box.

the correct URL is

lynx https://www.vmware.com/freedownload

Allow all cookies and ignore the SSL errors.

Now login and you're good to go.

Please make note that an unconfigured lynx will dump the download in /tmp, so make sure you have plenty of room there !


All times are GMT -5. The time now is 05:02 PM.