11

I'd like to mount an FTP to a drive letter in windows, I've used Novell's NetDrive, but there are two main problems, 1) it tends to slow down computer alot 2) it doesn't seem to work at all under Vista.

Are there any applications that will allow me to mount a remote FTP to a local Drive letter, or is there a method built into Vista for it?

Unkwntech
  • 1,762
  • 3
  • 19
  • 24

9 Answers9

12

I have used WebDrive for several years without any trouble.

Justin Scott
  • 8,748
  • 1
  • 27
  • 39
6

I prefer ExpanDrive. Amazing. They have a version for Windows and Mac.

  • 3
    The windows version was formerly known as SFTPDrive. If you're going to recommend it over other programs, please give some indication why. – Matt G May 21 '09 at 06:03
4

WebDrive is probably the best method for getting an FTP server mapped to a Drive Letter.

However, if you really just want easy access, and don't mind having the FTP connection mapped to a pseudo-folder under "My Network Drives" in XP or under "Computer" in Vista, then you can follow the instructions from this website.

Quick tutorial for mapping ftp drive from command line.

Steve T
  • 161
  • 1
  • 4
  • the link to website was exactly what I was looking for, without any third parties.. and there's another link at the end of the article that shows how to map a drive letter as well.. it's brilliant, thanks! – iamserious Feb 21 '12 at 15:38
3

You could use FTPDrive, a free Windows utility for mounting an FTP Server as a local hard-disk drive and view directories in a Windows folder structure.

The utility creates a virtual FTP disk in Windows Explorer with a drive letter of your choice from where you can open, view, access, download and save files as if they were on a local drive.

Here are some features from last version (3.5):

  • both unsecure and secure connections (SSL/TLS)
  • FTP drive completely implements read operations for FTP files
  • compatible with many applications, except those, that uses own drivers to access files (partial write operations implementation)
  • intercept & open ftp:// links from any other application
  • cache directories structure and read files data
dunxd
  • 9,482
  • 21
  • 80
  • 117
splattne
  • 28,348
  • 19
  • 97
  • 147
1

For example FTP Drive or Web Drive. Of course FTP in general is not very recommended any more because it's so unsecure.

SF doesn't allow to add links so just google for "FTP Drive".

raspi
  • 811
  • 1
  • 9
  • 21
1

All mentioned programs like WebDrive, FtpDrive etc have one single problem. They are usually not visible in backup programs as they do not appear as normal Fixed or Removable drive. So programs like Symantec Exec Backup 2010, Symantec Exec Backup 2010 System Recovery simply don't see it (even thou it is shown in Windows Explorer).

I've tested those programs and this was the main problem (those programs didn't see it the same way as Windows Explorer does) as i needed the ftp mount letter to have backup moved directly to ftp drive.

However I did find nice program that backup programs seems to see it. I've not yet tested how backup will work directly to that drive but I do have good feeling about this (at least programs see it). Without further ado FtpUse is your man! :-)

MadBoy
  • 3,703
  • 13
  • 61
  • 93
1

Well, this isn't quite what you're looking for, but you might find it useful. I used use it for connecting to unix boxes that didn't have Samba installed. If you just type in the Windows Explorer Address bar something like this: ftp://username@ftpserver/../../path/

It's not quite a mapped drive, but you do have full Windows Explorer copy and paste, which is handy.

You might have to play around with the path part, that's why I put in the /../../ bit.

TrojanName
  • 155
  • 1
  • 2
  • 7
  • The full syntax for this is prot://username:password@server/path/to/folder/ for ftp it is commonly ftp://username:password@domain.tld – Unkwntech Jun 13 '09 at 02:14
0

I had this question today as well, and came across this good article, telling about 2 programs mentioned, SftpDrive and Webdrive:

http://systembash.com/content/map-drive-letter-sftp-ssh-review/

Igor B.
  • 375
  • 1
  • 4
  • 7
-1

Why reinvent the wheel by using a 3rd party application?

On Vista (or Windows 7):

1.Click on the Start menu and choose Computer
2.Click on Map network drive towards the top of the Computer 
3.Click Connect to a Web site that you can use to store your 
  documents and pictures.
4.This will take you to the Add Network Location Wizard. Click 
   the Next button.
5.Pick Choose a custom network location and click Next
6.Enter the path to your server (note the examples of how the 
  paths should be entered) and click Next.
7.Uncheck Log on Anonymously and enter your user name for the 
  site, then click Next.
8.Type in the name you’d like to give this site (this is the name 
  that you will see in your Computer window) and click Next.
9.The wizard’s work is done. Click Finish and a window will open 
  showing the site. You will be prompted for a password unless you’ve 
  previously used Explorer to ftp to the site and the password was cached.
10.You can now work with your files just like you would in the 
   Explorer.
11.You’ll see a link to the site in your Computer window. Now you’ve 
   got easy access to your files on the remote server!
djangofan
  • 4,172
  • 10
  • 45
  • 59
  • I'd say this is the best method on here, as seen in the link in [Steve's answer](http://serverfault.com/a/6143/51711) – iamserious Feb 21 '12 at 15:41
  • The original question was how to assign a drive letter to a network share. Your solution will not do it. – karatedog Jun 20 '12 at 12:41
  • @karategod - I disagree. The original question is about mounting a FTP site as a windows drive letter. Please remove your downvote. – djangofan Jun 22 '12 at 19:32