执行 plink(putty) 命令时出现问题
我正在使用 Plink 执行远程命令:
当从 cmd 提示符在单行中使用此命令时,它不起作用:
C:\>c:\plink.exe -l userId -pw psw -m C:\goto\test.bat remote_host
它说无法打开命令文件“C:\goto\test.bat”
但以下有效:
C:\>c:\plink.exe -l userId -pw psw remote_host
C:\>C:\goto\test.bat
请帮忙。
I am using Plink to execute remote command:
When using this from cmd prompt in single line it doesnot work:
C:\>c:\plink.exe -l userId -pw psw -m C:\goto\test.bat remote_host
It says unable to open command file "C:\goto\test.bat"
But The following works:
C:\>c:\plink.exe -l userId -pw psw remote_host
C:\>C:\goto\test.bat
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试像这样运行它:
Try running it like this:
根据一些文档来看,这应该有效:
Judging by some documentation, this should work:
这对我有用:
或者如果是本地计算机:
Caps - 将其更改为您的州
This has worked for me:
Or if its a local computer:
Caps - Change it to your state