Category: Web — Matt @ 2:10 pm — Comments (7)

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.

  1. Go to Start > Run > “cmd” and hit OK. This will load the command prompt.
  2. type “ftp” and hit enter.
  3. type “open releases.mozilla.org” and hit enter.
  4. It will ask for a username, type “anonymous” and hit enter.
  5. It will then ask for a password, type “anonymous” and hit enter.
  6. 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.
  7. View the contents of the current directory by typing in “ls” and then enter.
  8. Switch to binary file mode by typing in “type image” and then hit enter.
  9. 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.
  10. 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)
  11. Now go check in your c:/ drive, and you should see the .exe file downloaded.
  12. Type “bye” to exit the FTP mode, and then type “exit” to close out of the Command Prompt.

There are 7 comment(s) so far ;)

#1

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.

crickets wrote on June 29, 2011 - 5:51 pm
#2

I received an error “Replace Existing File with Temp File:I/O Error” although Instead of “lcd C:” type “lcd C:UsersUSER_NAMEDesktop“

shirey wrote on July 27, 2011 - 3:19 am
#3

Excellent, thank you.

Josh wrote on August 2, 2011 - 5:37 am
#4

“open” is not a command
That’s the reply I got, and until you install the open command, that is what everyone will get.

Lance wrote on September 7, 2011 - 8:32 pm
#5

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.

Peggy wrote on October 12, 2011 - 10:37 pm
#6

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

Mario wrote on October 17, 2011 - 3:28 pm
#7

Thanks a bunch!

Austin wrote on November 28, 2011 - 6:43 pm
You can leave a response, or trackback from your own site.

Write Your Comment

Comment Guidelines: Basic XHTML is allowed (a href, strong, em, code). All line breaks and paragraphs will be generated automatically.

You should have a name, right? 
Your email address, I promised I won't tell it to anyone. 
If you have a web site or blog, you can type the URL right here. 
This is where you type your comments. 
Remember my information for the next time I visit.