win10下scp的使用

先到win10应用商店安装windows terminal。

win10下scp的使用

 

 

PS C:\Users\Hanjun> scp.exe D:\let-demo\UE\module\rrc.cpp root@10.1.5.66:/root
The authenticity of host ‘10.1.5.66 (10.1.5.66)‘ can‘t be established.
ECDSA key fingerprint is SHA256:K9QA26xlCzZIFQ0lfWDLPLsMmq+XDMQZTfYMw4b9bAA.
Are you sure you want to continue connecting (yes/no)?
Warning: Permanently added ‘10.1.5.66‘ (ECDSA) to the list of known hosts.
root@10.1.5.66‘s password:
rrc.cpp 100% 955 467.7KB/s 00:00
PS C:\Users\Hanjun> scp root@10.1.5.66:/root/rrc.cpp e:/
root@10.1.5.66‘s password:
rrc.cpp 100% 955 467.2KB/s 00:00

win10下scp的使用

上一篇:WPF 如何引入外部样式


下一篇:Windows编程系列:对话框