How to make shortcut to ftp site open in windows explorer not IE

Running windows7 i have a shortcut to an FTP site. When you make this shortcut and point it to a location like ftp://127.0.0.1/ it automatically defaults to opening in Internet Explorer. This is not ideal.

I would like to have a shortcut that opens directly to Windows Explorer, as this is infinitely more useful for my purposes.


Solution 1:

  1. Open Windows Explorer
  2. Right-click on "My Computer" in the navigation panel on the left
  3. Choose "Add new network location"
  4. Use the wizard to create a new network location for your FTP site
  5. The FTP site will now show up in My Computer as a network location. You can make shortcuts from there by right-clicking on the connection and choosing "send to" > "desktop (as shortcut)".

Solution 2:

Create a shortcut with the path set to:

%windir%\explorer.exe ftp://<server address>/

And Scroll down to the Browsing section in the Advanced settings tab in Internet Options in Internet Explorer and make sure the box that reads "Enable ftp folder view (Outside of Internet Explorer)" is checked.

If this checkbox is not checked, Explorer starts your default web browser with the supplied URL.

Solution 3:

The solution offered by nhinkle is good, but it might be only half of the solution. Follow his steps first. Once you have the ftp folder under My Computer, if you click the ftp network location and it still opens in IE, take the following steps:

  • Open Internet Explorer
  • Go to Tools > Internet Options > Advanced
  • Scroll down to Browsing and make sure the box that reads "Enable ftp folder view (Outside of Internet Explorer)" is checked.
  • Go back to the ftp folder you created by following nhinkle's steps. Double click it and log in to the ftp folder on you computer, NOT on IE.

This is true for IE8. I don't know if it's true for other versions.

Solution 4:

  1. Open a Windows Explorer window (win+e)
  2. Enter the ftp address into the address bar (add ftp:// if it's not already there)
  3. Provide any credentials to logon
  4. Drag the folder icon in the address bar onto the desktop to create a shortcut to the ftp site which will always open in Windows Explorer

enter image description here

Solution 5:

The simplest way to control this kind of thing is to download the freeware FileTypesMan from Nirsoft. Make sure that the option to display URL protocols is enabled: on the menu, select Options > Show URL Protocols. Scroll down to FTP and click on it. Double-click the open entry in the lower pane and point it to Explorer instead of Internet Explorer. The only command line argument you should probably leave in is "%1".