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.

Any help greatly appreciated.

link|improve this question
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! – Molly7244 Dec 28 '09 at 19:14
feedback

7 Answers

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

Hope this helps! :)

link|improve this answer
feedback

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.

link|improve this answer
feedback

FTP has two modes: active and passive. This is the simplified version, but he 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 3rd-party client like FileZilla.

link|improve this answer
feedback

type in 'ftp://server.name.domain' and done.

link|improve this answer
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 Dec 28 '09 at 16:01
with 'use it in explorer' you mean 'use it in the browser called "internet explorer"' ? – akira Dec 28 '09 at 16:54
feedback

You could also try "ftp://username:password@ftpserveraddress".

link|improve this answer
Same issue as previously mentioned explorer returns 'The FTP session was terminated' – Liam Dec 28 '09 at 16:10
feedback

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

link|improve this answer
feedback

Using Windows 7 for FTP use is hit and miss. There are multitudes of what-if scenarios that can go wrong... and frankly they have all happened to me. My solution: "Filezilla." Stop messing around with an inferior ftp product and go with a product that is meant to handle the job. When I ran XP Pro never a problem. But now that we are upgrading (?) machines and phasing out XP... I had to find something better than windows explorer for ftp. FILEZILLA is free and works like a charm. It stores multiple logins and has a two sided screen one side for local, the other side for remote server. Give it a try... you'll have fewer bruises on your forehead if you do.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.