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.

link|improve this question

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 May 6 '10 at 15:15
feedback

closed as exact duplicate by quack quixote Jul 2 '10 at 2:46

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 3 down vote accepted

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.

link|improve this answer
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 May 7 '10 at 7:22
I succesfully solved the problem. – petersohn May 7 '10 at 9:34
feedback

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