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
  • 2,708

1 Answers1

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.

grawity
  • 501,077