拷贝远程主机内容到本地
scp root@example.com:/path/to/file /path/to/store/file
拷贝本地文件到远程主机
scp -P 22 /home/svnlabs.txt root@example.com:/home/svnlabs.txt
拷贝远程主机内容到本地
scp root@example.com:/path/to/file /path/to/store/file
scp -P 22 /home/svnlabs.txt root@example.com:/home/svnlabs.txt