How To Download Firefox Without a Web Browser
24UPDATE 2/7/2013: Download Chrome Without a Web Browser.
I recently came across an interesting tutorial on how to download FireFox using only the command prompt on Windows XP or Windows Vista, and I have made it a little more user friendly. This may come in handy in a variety of different situations, or it may just be used in an attempt to convince your friends that you are a hacker. In the quick tutorial below, please note that when I use quotes, it indicates exactly what you should type in, but do not type in the quotes themselves unless explicitly noted.
- Go to Start > Run > “cmd” and hit OK. This will load the command prompt.
- type “ftp” and hit enter.
- type “open releases.mozilla.org” and hit enter.
- It will ask for a username, type “anonymous” and hit enter.
- It will then ask for a password, type “anonymous” and hit enter.
- Open the folder with the latest Windows release of Firefox by typing in:
“cd pub/mozilla.org/firefox/releases/latest/win32/en-US” and then enter. - View the contents of the current directory by typing in “ls” and then enter.
- Switch to binary file mode by typing in “type image” and then hit enter.
- Choose the directory to download firefox to by typing “lcd C:\” (Typing this will save it right to the root directory of the C: Drive.
- When you typed in “ls” from step 7, it should have listed a .exe file for you. As of writing the latest version is Firefox Setup 3.0.11.exe. In this case, we will type in: get “Firefox Setup 3.0.11.exe” (type in the quotes)
- Now go check in your c:/ drive, and you should see the .exe file downloaded.
- Type “bye” to exit the FTP mode, and then type “exit” to close out of the Command Prompt.
UPDATE 2/7/2013: Download Chrome Without a Web Browser.

A great tip, I follow by google and see this. Work like a charm. Thanks very much.
woohoo!! It worked!
woohoo! It worked! thanks!
i can’t seem to find that .exe in C: .. i did the instructions perfectly.. but then there’s no .exe… what should i do?
Great post, exactly what I needed.
Thanks.
can anyone tell me how to browse websites on cmd if possible ??
i cant use “ls” command in my cmd .
when i type ls command
it shows like this
ftp> cd pub/mozilla.org/firefox/releases/latest/win32/en-US
250 Directory successfully changed.
ftp> ls
500 Illegal PORT command.
425 Use PORT or PASV first.
ftp>
i cant use ls command in cmd .it shows “USE PORT” i am using windows xp os? plz solve my problem…
Holy caw Marvelous…
Awesome i am glad to stumble upon this .. Thanks so much for sharing!!!
Worked like a charm on a Vista operating system, thanks!!!!!!!!!!!
I love this so much. Everything in the tutorial worked perfectly.
Its nice and simple it download very quikly.
This saved my life
Sweet, just what I needed, thanks.
I am getting a ” Failure Writing Network Stream” On the last step…. I wait … and this is the error I get…….. Any Advice?
gr8 job………simple and easy
I appreciate your effort to put up this post. Very great but the ftp://releases.mozilla.org is much easy. Though u have to click through series of directories to get to ur destination. Good post though…thumb up
Thanks a bunch!
mmhh windows and linux file explorers also can browse Mozilla Ftp. Type in the adress bar ” ftp://releases.mozilla.org “, browse the ftp directories and download graphically the EXE or Linux package. Is easier than the console
Amazingly, I used the information here in conjunction with something I read on another site, and entered
“start http://releases.mozilla.org” and landed where I needed to be.
Thanks to all the generous people out there.
“open” is not a command
That’s the reply I got, and until you install the open command, that is what everyone will get.
Excellent, thank you.
I received an error “Replace Existing File with Temp File:I/O Error” although Instead of “lcd C:” type “lcd C:UsersUSER_NAMEDesktop“
Some users will receive an error “Replace Existing File with Temp File:I/O Error” when trying to download to the C:\ directory. To fix that just change to a non-protected directory before downloading.
Instead of “lcd C:\” type “lcd C:\Users\USER_NAME\Desktop” for example.