首页 > Windows开发 > 详细

利用pscp程序实现Windows和Linux互传文件

时间:2016-09-27 14:57:59      阅读:197      评论:0      收藏:0      [点我收藏+]

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/

利用pscp程序实现Windows和Linux互传文件

原文:http://www.cnblogs.com/zhnhelloworld/p/5912617.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!