1 scp root@xxx:/home/test.txt . //下载文件 2 scp test.txt root@xxx:/home //上传文件 3 scp -r root@xxx:/home/test . //下载目录 4 scp -r test root@xxx:/home //上传目录