scp -r root@172.16.252.32:/home/files /home/files 下载目录 -rroot是用户172.16.252.32是ip:/home/files 是你要下载的服务器上的目录/home/files 是你要存放在本地的位置ssh可以登陆远程服务器 进行一些简单的操作putty是windows 登陆远程服务器的工具psftp也是putty工具的一个,可以下载文件 上传文件等。 注意下载到windows的乱码问题
scp -r root@172.16.252.32:/home/files /home/files