別なサーバのファイルを取込みたい時。
[root@XXp1oa01 init.d]# scp -p XXp2oa01:/etc/init.d/jp1_service_cluster .
The authenticity of host 'XXp2oa01 (999.26.65.181)' can't be established.
RSA key fingerprint is 46:55:47:04:47:4a:5f:ff:dc:c6:9f:1b:f3:ce:33:52.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'XXp2oa01,999.26.65.181' (RSA) to the list of known hosts.
root@XXp2oa01's password:
jp1_service_cluster 100% 1246 1.2KB/s 00:00
[root@XXp1oa01 init.d]# ll jp1_service_cluster
-rwxr-xr-x. 1 root root 1246 9月 19 14:32 2013 jp1_service_cluster
[root@XXp1oa01 init.d]#