连接Linux服务器,远程拷贝文件到Windows本地文件夹

找了很久的办法。

首先需要一个工具 pscp.exe

https://www.csdn.net/link?target_url=http%3A%2F%2Fthe.earth.li%2F~sgtatham%2Fputty%2Flatest%2Fx86%2Fpscp.exe&id=90744134&token=719db0780b0559265be93e310375e60f

下载完后,复制粘贴到C:\Windows\System32目录下,以便我们来调用。

最后使用命令pscp -scp -r [email protected]:/home/others/.ssh/textClassifier/  D:/text/

连接Linux服务器,远程拷贝文件到Windows本地文件夹_第1张图片

这里我使用的拷贝的是文件夹需要加上-r,中间是服务器名字。

你可能感兴趣的:(远程登录,pscp,远程拷贝)