How to make shortcut to ftp site open in windows explorer not IE
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Life in a Drop
--
Chapters
00:00 How To Make Shortcut To Ftp Site Open In Windows Explorer Not Ie
00:30 Accepted Answer Score 26
01:03 Answer 2 Score 22
01:30 Answer 3 Score 8
01:58 Answer 4 Score 7
02:46 Answer 5 Score 2
03:15 Thank you
--
Full question
https://superuser.com/questions/166469/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #windowsexplorer #ftp #shortcuts
#avk47
ACCEPTED ANSWER
Score 26
- Open Windows Explorer
- Right-click on "My Computer" in the navigation panel on the left
- Choose "Add new network location"
- Use the wizard to create a new network location for your FTP site
- 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)".
ANSWER 2
Score 22
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.
ANSWER 3
Score 8
- Open a Windows Explorer window (win+e)
- Enter the ftp address into the address bar (add ftp:// if it's not already there)
- Provide any credentials to logon
- 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
ANSWER 4
Score 7
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.
ANSWER 5
Score 2
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".