将当前文件复制到远程服务器
scp /home/1.txt root@ip:/home/root
把文件从远程主机copy到当前系统
scp root@ip:/home/1.txt/home/root
复制文件夹的格式是
scp -r root@ip:/home/ /tmp