Windows 下的 dokan sshfs
I read an article here about dokan sshfs for windows. I want to ask if you know similar software (free or not) in order to access windows partitions from windows. Samba is a always an answer, however I am seeking for something more secure.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以将 Dokan SSHFS 客户端与适用于 Windows 的 OpenSSH 服务器结合使用,您可以像在 UNIX 上一样配置 OpenSSH,然后使用 Dokan SSH 客户端进行远程连接,就像在 UNIX 上使用 sshfs 一样。
当您说 Samba 时,您指的是 SMB 吗? Samba 是 SMB 的 *NIX 客户端/服务器。
You can use the Dokan SSHFS client with the OpenSSH server for Windows, you can configure OpenSSH like you would on UNIX, then use the Dokan SSH client to connect remotely, just as you would do on UNIX with sshfs.
When you say Samba, so you mean SMB? Samba is the *NIX client/server for SMB.
用于从 Windows 访问 Windows 分区的 SSHFS?您是否指的是 Windows 中的 Linux 分区?
如果是 windows-windows,那么抱歉,不。 sshfs 是一个 Linux/Unix 功能,微软尽其所能不让它在 Windows 上工作(毕竟,这将允许轻松、安全地从 Windows 迁移到 Linux)。在 Windows 上,您可以使用 WebDAV 来完成类似的事情,不用说 WebDAV 比 sshfs 更不安全。
如果你的意思是从 Windows 访问远程 Linux 分区,那么我之前也遇到过同样的问题:
Dokan 不起作用,至少在 Vista x64 上不起作用。 (史诗般的蓝屏崩溃)
sourceforge 上的 java sshfs explorer 也不起作用。
Microsoft 针对 UNIX 的服务(包括 sshfs)仅在 Vista“Ultimate”上可用,而在 << Ultimate,例如我的 Vista 业务。
有一些商业解决方案,但首先,它们的价格过高,其次,我不会信任它们,因为它们不提供评估。
我的解决方案是在 Windows 上安装 VirtualBox,并在其上安装 Ubuntu 客户机,挂载主机的 C 驱动器。您需要将 VirtualBox 网络适配器设置为桥接模式才能使 sshfs 与虚拟化配合使用。抱歉,但到目前为止,这是唯一真正有效的免费解决方案......
SSHFS for accessing Windows partitions from Windows ? Did you by any chance mean Linux partitions from windows ?
If windows-windows, then sorry, no. sshfs is a Linux/Unix feature, and microsoft does all it can to NOT make it work on Windows (after all, that would allow to easily and securely migrate from Windows to Linux). On Windows, you use WebDAV to accomplish similar things, needless to say WebDAV is way more insecure than sshfs.
If you meant accessing remote Linux partitions from Windows, then I had the same problem before:
Dokan doesn't work, at least not on Vista x64. (epic bluescreen crash)
The java sshfs explorer on sourceforge doesn't work, either.
Microsoft's services for unix (including sshfs) are only available on Vista 'Ultimate', not on < Ultimate, like my Vista business for example.
There are some commercial solutions, but first, they are way overpriced, and second, I wouldn't trust them, since they don't offer evaluation.
My solution was to install VirtualBox on Windows, and install an Ubuntu guest on it, mounting the host's C drive. You need to set the VirtualBox network adapter to bridged mode to make sshfs work with virtualization. I'm sorry, but so far that's the only free solution that really works...
imdisk 驱动程序,查看是否 http://www.ltr-data.se/opencode.html 有帮助。
从文档中
imdisk driver, see if http://www.ltr-data.se/opencode.html helps.
From the documentation
我使用 Win SSHFS 一段时间了,这是您要找的吗?
https://github.com/Foreveryone-cz/win-sshfs/
在多卡尼顶部运行
I've been using Win SSHFS for awhile, is this what you're looking for?
https://github.com/Foreveryone-cz/win-sshfs/
It runs on top of Dokany