scp メモ

- scp

概要

コマンド

scp <ユーザ名>@<リモートの IP>:<リモートのファイルのパス> <保存したいローカルのパス>
scp -i ~/.ssh/hoge.pem hoger@0.0.0.0:/home/hoge.md .
scp <転送ファイルしたいファイルのパス> <ユーザ名>@<リモートの IP>:<リモートの転送先のパス>
scp -i ~/.ssh/hoge.pem hoge.md hoge@0.0.0.0:/home

参考