windows自带scp命令

windows10使用scp命令

windows上传文件到linux
//使用方法:scp 源文件路径 账户@地址:目的路径
scp   C:\Users\zbh\Desktop\1.txt   lucas@192.168.11.150:/home/lucas/

然后输入密码即可

从linux下载文件到windows本地桌面
scp   lucas@192.168.110.128:/home/lucas/world.txt   C:\Users\zbh\Desktop\

 

相关文章:

  • 2021-09-11
  • 2021-07-18
  • 2021-05-13
  • 2022-12-23
  • 2021-11-01
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2021-10-25
相关资源
相似解决方案