Mount network drives over ssh on Windows

1

1

Possible Duplicate:
sshfs equivalent for windows?

There is a remote filesystem I can reach through ssh. On Linux, there are several ways of dealing with it. I like sshfs, because with it I can work with the remote files the same way as with my local files.

Is there any similar to Windows, that can map a network drive through ssh? The best I can use is WinSCP, which is good, but not good enough.

petersohn

Posted 2010-05-06T14:41:22.497

Reputation: 2 554

Question was closed 2010-07-02T02:46:49.227

sshfs is a Filesystem in Userspace (FUSE). apparently there are some theoretical Windows equivalents to FUSE, but i don't know of any actual implementations.

– quack quixote – 2010-05-06T15:15:22.103

Answers

3

For SSH there is Dokan SSHFS.

You could also use WebDAV (which is supported natively by Windows), but it isn't that easy to configure.

user1686

Posted 2010-05-06T14:41:22.497

Reputation: 283 655

Dokan SSHFS doesn't work for me. I installed the Dokan library, but the Dokan SSHFS installer still says that it is not installed, even after rebooting my computer. Should it run on Windows Vista. – petersohn – 2010-05-07T07:22:49.570

I succesfully solved the problem. – petersohn – 2010-05-07T09:34:47.117