我需要从Linux连接到Windows来复制一些文件。 我的Windows目录如下所示: \服务器\ Pucblic \目录\脱机\等 我试过了: smbclient -U user%pw \ Server \ Public \ dir \ offline \ etc. 还
smbclient -U user%pw \\Server\Public --directory dir\offline\etc
没什么用的。
但是当我尝试连接到\ Server \ Public时 - 它正在工作......
答案 0 :(得分:0)
尝试使用如下的正斜杠。
smbclient -U user%pw // Server / Public --directory dir / offline / etc
如果要从单个命令行复制文件,请尝试:
smbclient -U user%pw // Server / Public --directory dir / offline / etc -c'put“yourfilename”'