0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

EC2インスタンスに対して、ファイルを送信する

Posted at

調べるいろんなやり方が出てくるが結構うまくいかないことが多いので、
うまくいった方法を忘備録として残しておく

scp -i [秘密鍵のパス] [送信したいファイル] [EC2インスタンスのユーザー名]@[EC2インスタンスのHost]:[格納先パス]
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?