I'm looking for a way to map an sFTP connection to a Windows (Vista) drive. In other words, a tool that would add a new drive (let's say N:) to my computer, that would directly point to my remote server via sFTP.

That way, "N:\my_dir\file.txt" would actually be something like "/home/user/my_dir/file.txt" on the remote server. Reading the file on Windows would download it, and writing content in it would upload it...network transfers being made via sFTP.

I'm aware of Novell NetDrive, but it has various issues with long filenames, and seems to corrupt UTF-8 files content depending on the BOM. Do you know about any reliable alternative ?

Thanks !

Edit : I have complete control of the remote server, except that it's remote enough for me not to be able to physically access it.

link|improve this question
You might find more answers at serverfault, but I'm not even sure this is easily possible. – Nate Bross Nov 5 '09 at 18:35
Do you have control in the remote server? Can you install packages and stuff? – GmonC Nov 6 '09 at 0:17
I have complete control of the remote server, except that it's remote enough for me not to be able to physically access it. – Nicolas Nov 6 '09 at 21:07
feedback

migrated from stackoverflow.com Nov 5 '09 at 23:32

This question came from our site for professional and enthusiast programmers.

4 Answers

up vote 1 down vote accepted

WebDrive seems to be a NetDrive replacement.

link|improve this answer
I ended up using WebDrive, which is an amazing product. I recommend it. – Nicolas Nov 16 '09 at 10:18
feedback

I've used a product called "SftpDrive" in the past, it looks like it's been renamed to ExpanDrive these days. It worked pretty well, but it's shareware-y: you can try it for free, but you do have to buy it if you intend to keep using it. If you really need this functionality, though, it does work well.

link|improve this answer
feedback

There was a port of FUSE for Windows - that might work for you, but other than NetDrive I'm not aware of other tools that would support sFTP

http://fuse4win.4host.ru/

I was just looking for an answer for a related question:

There is also a commercial product: http://en.wikipedia.org/wiki/ExpanDrive

link|improve this answer
feedback

Just try Moodisk. It's a Windows shell namespace extension that can map the sftp-server directory to an icon on your own computer desktop. Moreover, it's integrated into the mouse's right click "Send To" submenu.

Moodisk is a network drive, but you can download the client tool, and modify the file "c:\windows\system32\drivers\etc\hosts", appending the below line:

<your sftp-server's ip address>   www.moodisk.com
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.