View Full Version : How To Download A Browser If You Have None (In Windows)


khat17
04-17-2008, 10:44 AM
Here's what's up. I spoke with a friend, who has a friend, who uninstalled IE. So now he has no browser, and no installation for any other browser. What to do if you've done such a thing? Use the command prompt. Please note that the commands used are put in caps for emphasis, you should just use common letters when typing in the commands.

START/RUN and type CMD.

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/CommandPrompt.jpg

Next you have an option of how you want to start the FTP transfer. Either type FTP then OPEN FTP.MOZILLA.ORG or just type FTP FTP.MOZILLA.ORG

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/FTPCommand.jpg

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/OpenMozilla.jpg

Either way, you'll get the following screen.

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/Login.jpg

Log in using ANONYMOUS and any password (I used GUEST).

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/Password-Success.jpg

Next, you need to change to the directory that has the latest version of the FIREFOX browser for download.

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/DirectoryChange.jpg

Then you need to check for the name of the file.

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/DirectoryList.jpg

After that, you need to download the file to a place you can find it (Drive C:\> probably).

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/GettingFile.jpg

When the file is done, you will see this screen.

http://i162.photobucket.com/albums/t263/khat17/Command%20Line%20Brwoser%20Download/Success.jpg

At that point, go to your primary partition or drive C:\> and you will see the file successfully downloaded. Just run it and you should have a GUI browser setup in no time.

Below is the abstract from the commands and the results. You can use it to copy/paste in your window to ensure you're doing it right. Note that EN-US is case sensative, and must be typed in en-US.


C:\>ftp ftp.mozilla.org
Connected to dm-ftp01.mozilla.org.
220-
220-** ftp.mozilla.org / archive.mozilla.org - files are in /pub/mozilla.org
220-
220-** Notice: This server is the only place to obtain nightly builds and needs
to
220-** remain available to developers and testers. High bandwidth servers that
220-** contain the public release files are available at ftp://releases.mozilla.
org/
220-** If you need to link to a public release, please link to the release serve
r,
220-** not here. Thanks!
220-
220-** Attempts to download high traffic release files from this server will get
a
220-** "550 Permission denied." response.
220
User (dm-ftp01.mozilla.org:(none)): anonymous
331 Please specify the password.
Password:
230-
230-** ftp.mozilla.org / archive.mozilla.org - files are in /pub/mozilla.org
230-
230-** Notice: This server is the only place to obtain nightly builds and needs
to
230-** remain available to developers and testers. High bandwidth servers that
230-** contain the public release files are available at ftp://releases.mozilla.
org/
230-** If you need to link to a public release, please link to the release serve
r,
230-** not here. Thanks!
230-
230-** Attempts to download high traffic release files from this server will get
a
230-** "550 Permission denied." response.
230 Login successful.
ftp> cd /pub/mozilla.org/firefox/releases/latest-2.0/win32/en-US
250 Directory successfully changed.
ftp> dir
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
-rw-r--r--* * 1 ftp* * * ftp* * ** 6039048 Apr 15 19:08 Firefox Setup 2.0.0.14.e
xe
-rw-r--r--* * 1 ftp* * * ftp* * * * ** 186 Apr 15 19:14 Firefox Setup 2.0.0.14.e
xe.asc
226 Directory send OK.
ftp: 172 bytes received in 0.05Seconds 3.74Kbytes/sec.
ftp> get "Firefox Setup 2.0.0.14.exe" c:\firefox.exe
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for Firefox Setup 2.0.0.14.exe (6039048
bytes).
226 File send OK.
ftp: 6039048 bytes received in 73.70Seconds 81.94Kbytes/sec.
ftp>


At this point you can either close the window, or type QUIT then EXIT - hitting enter on the keyboard after each.

You could also use the same principle on their public releases server (as you saw in the message above) to get the files. Below is the abstract used. You can choose any one you want. The pictures would be somewhat the same.


C:\>ftp
ftp> open releases.mozilla.org
Connected to releases.mozilla.org.
220 "[PUBLIC-CLASS] IU-USSG Public Software Mirror"
User (releases.mozilla.org:(none)): anonymous
331 Please specify the password.
Password:
230 Login successful.
ftp> cd /pub/mozilla.org/firefox/releases/latest-2.0/win32/en-US
250 Directory successfully changed.
ftp> dir
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
-rw-r--r--* * 1 ftp* * * ftp* * * 6039048 Apr 15 19:08 Firefox Setup 2.0.0.14.e
xe
-rw-r--r--* * 1 ftp* * * ftp* * * * * 186 Apr 15 19:14 Firefox Setup 2.0.0.14.e
xe.asc
226 Directory send OK.
ftp: 172 bytes received in 0.02Seconds 10.75Kbytes/sec.
ftp> get "Firefox Setup 2.0.0.14.exe" c:\firefox2.exe
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for Firefox Setup 2.0.0.14.exe (6039048
bytes).
226 File send OK.
ftp: 6039048 bytes received in 53.00Seconds 113.94Kbytes/sec.
ftp> quit
221 Goodbye.

C:\>


Hope the info provided helps out. Have fun, and happy browsing.

PeAcE.

henderson
04-17-2008, 10:56 AM
sounds complicated..
why not just go to the Control Panel -> Add or Remove Programs -> Add or Remove Windows Components and just reinstall IE from there. and then u can just get firefox and uninstall IE again

khat17
04-17-2008, 02:29 PM
Following the method in the second option, and if all you do is copy/paste from what I have listed, it's not hard. And saves the trouble of having to reinstall that problematic browser.

PeAcE.

death_knight
04-18-2008, 10:01 AM
but inst i.e like built onto the core of windows. so no i.e would mean now explorer to browse folders right?

Shini
04-18-2008, 02:25 PM
Maybe this is in case you accidentally or experimentally deleted IE and all that comes with it.

khat17
04-18-2008, 10:23 PM
There are ways to remove IE and still have explorer. IEXPLORE.EXE and EXPLORER.EXE are somewhat tied to each other, but different files.

PeAcE.

GRim
11-12-2008, 10:57 PM
open any explorer and type

www.whatever.com

It'll browse.

But I STILL find this quite useful.
Good note khat.


Here's why.

You may find yourself in a case where windows is SOOO mucked up, that explorer, its key component, wont load.

Load up task manager
Get command promt going.
And there you'll have a browser - to go search for fixes for your problematic windoze :p