Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Remotix ExtensionNew to Visual Studio Code? Get it now.
Remotix Extension

Remotix Extension

Locky42

|
1 install
| (0) | Free
FTP and SSH client extension for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Remotix

Remotix is a VS Code sidebar extension for working with remote servers over SSH and FTP without leaving the editor. You can manage connections, browse remote files, upload and download folders, edit files directly from VS Code, and open an SSH terminal from the same panel.

Features

  • Manage SSH and FTP connections from a single sidebar view
  • Import saved hosts from SSH config and FileZilla
  • Add, edit, delete, refresh, and close connections
  • Browse remote directories and files in a tree view
  • Create files and folders on remote servers
  • Rename and delete remote files and folders
  • Upload files or whole folders to SSH and FTP targets
  • Download files or whole folders from SSH and FTP targets
  • Edit remote files directly in VS Code
  • Copy remote paths from the context menu
  • Open an SSH terminal for SSH connections
  • Use English or Ukrainian UI language
  • Tune transfer concurrency in settings

How To Use

  1. Open the Remotix view from the Activity Bar.
  2. Click Add Connection or use More Actions to import existing hosts.
  3. Expand a connection to browse remote files and folders.
  4. Use the context menu or inline actions to upload, download, edit, rename, create, refresh, or delete items.
  5. For SSH connections, open a terminal directly from the same tree item.

Settings

Remotix currently exposes these settings:

  • remotix.language: UI language selection (auto, en, uk)
  • remotix.ftpDownloadConcurrency: concurrent FTP download workers
  • remotix.ftpUploadConcurrency: concurrent FTP upload workers
  • remotix.sshDownloadConcurrency: concurrent SSH download workers
  • remotix.sshUploadConcurrency: concurrent SSH upload workers

Screenshots

Current screenshots from media/screenshots:

Panel overview

Connection list and Remotix panel entry point.

Context menu actions

File and folder actions from the tree context menu.

Remote file in editor

Remote file opened directly in VS Code.

Development

Install Dependencies

npm install

Build

npm run compile

Watch

npm run watch

Package For Publishing

Use vsce to package or publish the extension.

npm install -g @vscode/vsce
vsce package

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft