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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了利用pscp程序实现Windows和Linux互传文件相关的知识,希望对你有一定的参考价值。

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 [email protected]:/home/

 

4. Linux传文件到Windows:

    打开cmd命令行,pscp [email protected]:/home/test.txt  G:/test/

以上是关于利用pscp程序实现Windows和Linux互传文件的主要内容,如果未能解决你的问题,请参考以下文章

262pscp命令 实现windows与linux互传文件

beaglebone black 与电脑互传文件(夹)

Windows和linux通过命令互传文件

利用putty实现文件在linux上传和下载

利用BitviseSSH免root实现Windows vs Linux的文件互传

使用pscp实现Windows 和 Linux服务器间远程拷贝文件