ftp open in explorer by default in windows

How to make explorer open by default when opening an ftp connection, I found can be easy..

I needed to make IE6 style FTP access without the extra pop up step, from a desktop shortcut at work and after much googling, and messing with the registery, attempting to make an ftp site open immediatly in explorer without the main browser opening (pre IE7), I found it can be simply done like this.

1. create a bat file (open notepad, save the file with the affix .bat, making sure .txt is not selected in the dropdown)
2. in the batch file add

1
start explorer ftp://USERNAME:PASSWORD@FTP_SERVER_ADDRESS

3. add the shortcut to the desktop, and style the icon

Now when the user clicks the shortcut, voila IE6 style FTP access without the extra step, much easier than poking around with the registery 😉

VN:F [1.9.9_1125]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.9_1125]
Rating: +1 (from 1 vote)

46,919 views

This entry was posted on Monday, July 27th, 2009 at 10:25 am and is filed under Programming. You can follow any responses to this entry through the RSS 2.0 feed.

Leave a Reply