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

10

1

I've tried to use Windows Explorer (in Windows 7) to connect to a remote FTP site, but when I try to connect, Windows says that:

The server name or address cannot be resolved

If I try with ftp from the command line, or using FileZilla or a browser it connects with no problem.

Liam

Posted 2009-12-28T15:32:51.723

Reputation: 253

tip: if you ever get fed up with Windows Explorer, grab Total Commander and bid farewell to this sad excuse of a file manager. :) Athbhliain faoi mhaise dhuit! – None – 2009-12-28T19:14:46.067

Answers

9

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

Ashok

Posted 2009-12-28T15:32:51.723

Reputation: 221

6

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:UserPassW@ftp.yoursite.com

(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.

Bill Fink

Posted 2009-12-28T15:32:51.723

Reputation: 61

2Bad idea...leaving your password in plaintext – Kruug – 2013-08-15T13:55:53.993

Well..., @Kruug. ;-) – Arjan – 2013-08-15T14:01:51.307

2

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.

Scottg

Posted 2009-12-28T15:32:51.723

Reputation: 21

Also "Enable FTP folder view (outside Internet Explorer)" – golimar – 2013-07-11T14:09:29.303

1

Alternate method in Windows 7

If you want to upload files, delete files, or rearrange the folder structure on an FTP site, you need to open the site in Windows Explorer. If you just want to open FTP sites and download files from them, you can use Internet Explorer. Here's how to create a shortcut to an FTP site so that the site will automatically open in Windows Explorer:

To create a shortcut to open an FTP site in Windows Explorer Click to open Computer.

Right-click anywhere in the folder, and then click Add a Network Location.

This displays the Add Network Connection wizard. Click Next.

In the wizard, select Choose a custom network location, and then click Next.

Enter the name of the FTP site, with the full FTP:// in front of it, and then click Next.

To use a name and password, clear the Log on anonymously check box. Type a user name, and then click Next.

By default, the name of the shortcut is the same as the FTP address. If you want to give the shortcut a different name, type it in the Type a name for this network location box. Click Next.

If you do not want the FTP site to open after you're done setting up the shortcut, clear the Open this network location when I click Finish check box. Click Finish. A shortcut to the FTP site appears in the Computer folder. You can drag that shortcut to your desktop so that it's easy to find later.

Notes When you first connect to the FTP site, you’ll be prompted for a password. Select the Save password check box if you want Windows to remember that password and connect you directly to the site in the future.

Found here http://www.sevenforums.com/network-sharing/41593-ftp-integration-into-windows-explorer.html

Moab

Posted 2009-12-28T15:32:51.723

Reputation: 54 203

1

FTP has two modes: active and passive. This is the simplified version, but the passive mode requires an FTP server administrator to leave a large range of ports open, and so many FTP sites prefer to require active.

The Windows Explorer FTP client only supports passive. So there you go — odds are you're looking at an active-only FTP site, and Windows Explorer just won't work. You'll have to get a third-party client like FileZilla.

Joel Coehoorn

Posted 2009-12-28T15:32:51.723

Reputation: 26 787

1

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.

Alex Che

Posted 2009-12-28T15:32:51.723

Reputation: 2 592

0

Type in 'ftp://server.name.domain', and it is done.

َ

akira

Posted 2009-12-28T15:32:51.723

Reputation: 52 754

It still does not connect, windows explorer says that 'The FTP session was terminated'. If I copy the same URL and use it in explorer I get prompted for username and password. Is there a setting that disables remote/ftp access in windows explorer ? – Liam – 2009-12-28T16:01:14.460

with 'use it in explorer' you mean 'use it in the browser called "internet explorer"' ? – akira – 2009-12-28T16:54:53.243

0

rodey

Posted 2009-12-28T15:32:51.723

Reputation: 1 802

Same issue as previously mentioned explorer returns 'The FTP session was terminated' – Liam – 2009-12-28T16:10:30.900