有没有Windows SMB客户端打开工具
WDK Vista 中有一个使用 RDBSS 的 smbmrx 示例代码。
但自从 WDK 7600 发布以来,该样本就被删除了。 -你知道为什么吗?
我正在找到一个很好的示例代码来学习 RDBSS。
有没有比 smbmrx 示例更好的开源软件?
There was a smbmrx sample code using RDBSS in WDK Vista.
But since WDK 7600 has been released, the sample was removed. -Do you know why?
I'm finding a nice sample code to learn RDBSS.
Is there a good open source better than smbmrx sample?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能被拔除,因为它已经长在牙齿里了。它从来都不是 Windows 附带的完整 SMB 重定向器实现,而是原始版本的某个子集。它还使用 TDI,后者在较新的 Windows 中已被弃用,取而代之的是 WSK。
我不知道有什么好的开源例子。网络重定向器是一款编写起来很复杂的软件,对于任何有勇气去尝试的人来说都是有价值的。为什么需要这个?
-斯科特
It was probably removed because it was getting long in the tooth. It was never the full SMB redirector implementation shipped with Windows, it was some subset of the original version. It also uses TDI which is being deprecated in newer Windows in favor of WSK.
I don't know of any good open source examples. A network redirector is a complicated piece of software to write and there's value there for anyone brave enough to go for it. Why do you need this?
-scott