ssh接続できるサーバにあるファイルをローカルにダウンロードしたい時は以下を実行。
$ scp username@remotehost.com:/path/to/file/to/download /local/dir/path
Go to list of users who liked
More than 5 years have passed since last update.
ssh接続できるサーバにあるファイルをローカルにダウンロードしたい時は以下を実行。
$ scp username@remotehost.com:/path/to/file/to/download /local/dir/path
Register as a new user and use Qiita more conveniently
Go to list of users who liked