12
6

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 3 years have passed since last update.

Remote-SSH使用時のダウンロード/アップロード

Posted at

こちらのツィートで、Visual Studio Code Remote Development(というか、Visual Studio Code Remote - SSH)だけで、ファイルをリモートサーバーへアップロード、リモートサーバーからダウンロードできる!ということで、雰囲気分かる動作をアップしておきます。

Remote Delopment is 何?という方は、こちらをご参照ください。
VSCode + Remote - SSHでRaspberry Pi開発
VS Code Remote Development、3種の違い

ローカルPCからリモートサーバーへ(アップロード)

ファイルを、Visual Studio Codeのエクスポーラーにあるフォルダへドラッグ&ドロップします。

下記動画は、workフォルダにあるtestファイルをアップロードしている様子です。

名称未設定.gif

リモートサーバーからローカルPCへ(ダウンロード)

Visual Studio Codeのエクスプローラーにあるファイルを右クリックして、コンテキストメニューのダウンロードを選択します。

下記動画は、リモートサーバーにある.profileファイルをダウンロードしている様子です。

名称未設定.gif

12
6
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
12
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?