Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找与 samba 服务器通信的替代客户端。具体避免使用smbclient、smbget。
perl 是否有任何模块可以做到这一点?我查看了 libcurl 包文档,但似乎它不支持 samba 实现。
欢迎任何建议。谢谢。
Linux内核可以挂载CIFS共享;SMB 的实现完全独立于 Samba。