如何将文件从Linux复制到域中的Windows计算机并需要身份验证?


2

我需要一种命令行方法,将文件从Linux机器盒复制到域中的Windows机器并需要身份验证。我无法在Windows XP计算机上安装其他软件或服务。我可以在Linux机器上安装任何软件。我尝试过scp,但是连接失败了,如果我的理解是正确的,那是因为scp要求目标(windows机器)运行ssh服务。是否有一个命令行linux实用程序,可以传递Windows域用户和密码,然后将文件从Linux机器复制到Windows机器上的共享?


那么,Windows机器上是否有可以通过名称和密码访问的共享?
akira

Answers:


3

实现这一目标的正常方法是

  • 通过安装Windows共享 smbmount
  • 只需将文件复制到已安装的文件系统上即可

你可以在这个主题上找到很多 这里

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.