Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Sync SFTPNew to Visual Studio Code? Get it now.
Sync SFTP

Sync SFTP

Preview

Vadim Klevtsov

|
525 installs
| (0) | Free
Sync your project with remote using SFTP
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


Sync SFTP

⚡️ Start watcher on work directory and Sync external changes

This is a VSCode extension inspired by the Sublime-Sync package create by Rick Groenewegen. But was updated and rewritten.

Configuration 🛠️

The extension works out of the box if working directory has file sftp-config.json, with the following contents:

{
    "host": "<Host IP>",
    "user": "<SSH user>",
    "password": "<SSH PASSWORD>",
    "remote_path": "<Absolute remote path>",
    "ignore_regexes": [<Array with regexps to ignore upload>],
    "useRsync": <true/false>,
    "rsyncExclude": [<Array with exclude path for rsync>],
    "rsyncPath": "<Rsync path>",
    "sshPath": "<SSH path>",

}

License 📄

This project is licensed under the MIT License.

Author 🙋🏽‍♂️

I'm Vadim Klevtsov, a software developer.

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