1. 在Putty官方网站上下载pscp.exe程序,下载地址如下:

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

 

2. 将下载好的pscp.exe程序放置到Windows的C:\Windows\System32这个目录下

 

3. Windows传文件到Linux:

    打开cmd命令行,pscp E:\test.txt root@192.168.1.1:/home/

 

4. Linux传文件到Windows:

    打开cmd命令行,pscp root@192.168.1.1:/home/test.txt  G:/test/

相关文章:

  • 2022-12-23
  • 2021-04-16
  • 2021-12-03
  • 2021-12-03
  • 2021-09-27
  • 2021-12-13
  • 2021-12-03
  • 2021-08-25
猜你喜欢
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案