Accessing SFTP folders transparently in Explorer on Windows 7

9

3

One feature available on Linux (using Nautilus from Gnome) that I really like a lot is the ability to access remote servers via SFTP just by typing sftp://server/folder and saving those as bookmarks.

Until now I used WinSCP for accessing SFTP folders on Windows, but after using Linux for a while I find it a bit inconvenient and I am looking for an easier, better integrated way of accessing SFTP folders.

Is there any way to achieve this functionality in Windows 7? I'd like to transparently access remote folders via SFTP in the Windows Explorer as if they were SMB shares or local folders.

Mad Scientist

Posted 2011-08-03T10:53:41.257

Reputation: 1 055

So far I found a lot of applications that can do the transparent stuff / backup there / whatsoever, HOWEVER they are not free or open-source at all. :) – Apache – 2011-08-03T11:00:53.280

Excuse me, there is ONE, but I couldn't get it work: http://www.swish-sftp.org/

– Apache – 2011-08-03T11:01:48.067

Answers

2

ExpanDrive can do this also.

ExpanDrive acts just like a USB drive plugged into your computer. Open, edit, and save files to remote computers from within your favorite programs—even when they are on a server half a world away. ExpanDrive enhances every single application on your computer by transparently connecting it to remote data

Dragos

Posted 2011-08-03T10:53:41.257

Reputation: 1 189

2

Try Swish here: http://swish-sftp.org

It helps if you already have some PuTTY keys created. Swish uses a component of PuTTY called Pageant which acts as a keystore.

kevinarpe

Posted 2011-08-03T10:53:41.257

Reputation: 2 133

0

Dokan SSHFS doesn't provide sftp:// support like gvfs, but at least it allows mapping SFTP connections to network drives.

user1686

Posted 2011-08-03T10:53:41.257

Reputation: 283 655