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.
我想通过一些可以在我的机器上运行的脚本将文件从远程 Linux 服务器复制到我的机器上。我正在尝试使用 pscp 命令,但它显示网络错误。
PS C:\Users\Administrator> pscp -pw 密码 root@ipaddress:/var/log/messages\C:\Users\Administrator\Desktop ssh_init:网络错误:无法分配请求的地址
谁能建议可能是什么错误?是否还有其他可用的替代方法?
pscp -P 22 -pw <password> root@ipaddress:/var/log/messages