vote up 2 vote down star

Hello,

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.

flag
You might find more answers at serverfault, but I'm not even sure this is easily possible. – Nate Bross Nov 5 at 18:35
Do you have control in the remote server? Can you install packages and stuff? – GmonC Nov 6 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 at 21:07

migrated from stackoverflow.com

3 Answers

vote up 1 vote down check

WebDrive seems to be a NetDrive replacement.

link|flag
I ended up using WebDrive, which is an amazing product. I recommend it. – Nicolas Nov 16 at 10:18
vote up 2 vote down

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|flag
vote up 2 vote down

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|flag

Your Answer

Get an OpenID
or
never shown

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