windows10使用scp命令
windows自带scp命令
windows上传文件到linux
//使用方法:scp 源文件路径 账户@地址:目的路径
scp C:UserszbhDesktop1.txt lucas@192.168.11.150:/home/lucas/
然后输入密码即可
从linux下载文件到windows本地桌面
scp lucas@192.168.110.128:/home/lucas/world.txt C:UserszbhDesktop