2007/03/22

scp

コマンドラインでのコンピュータ間のファイルのコピー
ローカルからリモートへ

% scp local_path_to_file username@remote_computer:remote_path_to_file


リモートからローカルへ

% scp username@remote_computer:remote_path_to_file local_path_to_file