From: Miklos S. <mi...@sz...> - 2005-11-29 20:56:20
|
> Just wondering if it's possible conceptually > for sshfs to work on windows using cygwin? The missing link is the interface between the userspace process (sshfs) and the kernel filesystem layer. This is the FUSE module on Linux (also ported to FreeBSD). I can't comment on how easy or difficult this would be to do on windows. Miklos |