How do I connect to an FTP site in Windows Explorer?

It's actually quite a bit more simple than the above situations.

Create a shortcut on your desktop, and for the properties, use this: (You can also paste the line below directly into the 'run' box.)

%windir%\explorer (space) ftp://UserName:[email protected]

(Break it down as best I can, %windir% is system environment variable for the "Windows" folder, whether it be XP/7/8 and 'explorer' is the default shell for any version of windows. Followed by the the FTP site's URL settings. The username is passed along separated by a colon where the ftp-site-user password gets passed, finally the 'at-sign' (@) tells it which FTP server by sub/domain-name.)

That opens the FTP site, using Windows explorer (NOT IE!) and you can cut/paste all day long.

Mind you, the FTP administrator HAS to know how to configure the permissions on the FTP site, but this works like a charm.

One caveat, you cannot use an "at-sign" or a colon as part of the user's password, obviously because it's what's denoting/separating the user's credentials from the FTP URL.


Are you trying to connect by entering the FTP address directly in the Windows Explorer address bar? Try through the "Map network drive method"...

  1. Click on Start Orb and then click on "Computer".

  2. Click on "Map network drive" from the menu

  3. "Map Network Drive" window will open. Now click on the link "Connect to a Web site that you can use to store your documents and pictures."

  4. Now simply follow the step by step wizard to add a new network location. Select "Choose a custom network location" when given the choice of where to create this network connection.

  5. Type your FTP address, e.g. ftp://ftp.yoursite.com. Specify a user name and password if required.

  6. Give your newly created network location


This is possible and configured from the Control Panel -- Internet Options in particular. Go to the Advanced tab and scroll down until you find a checkbox labeled "Use Passive FTP (for firewall and DSL modem compatibility)". Uncheck it.


The possible cause of 'The FTP session was terminated' error may be Windows Firewall settings. Try to turn off Windows Firewall temporary and then enter 'ftp://your.address.here' and see if it helps.

If it helps, than you should probably add Windows Explorer to the list of Firewall exceptions to make it working with FTP.