將Linux下的文件傳到Windows(SCP)

修改Linux下面的SSH配置文件 vi etc/ssh/ssh_config 修改StrictHostKeyChecking 後面的 ask 爲 no 使用以下命令: scp [LinuxUsername]@[Linux_IP]: [Linux_FilePath] [Windows_Path] 示例: scp [email protected]:/root/test D:\
相關文章
相關標籤/搜索