リモートからローカルにコピー
scp user@remoteHost:/home/user/test.txt /local/path
ローカルからリモートにコピー
$ scp /local/test.txt user@remoteHost:/home/user/tmp/