Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TransmitNew to Visual Studio Code? Get it now.
Transmit

Transmit

Fabio Spampinato

fabiospampinato.com
|
2,950 installs
| (1) | Free
Adds a few commands for interacting with Transmit.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Transmit

Logo

Adds a few commands for interacting with Transmit.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-transmit

Usage

It adds 4 commands to the command palette:

'Transmit: Connect' // Connect to the server
'Transmit: Upload' // Upload the current file to the server
'Transmit: Download' // Download the current file from the server
'Transmit: Synchronize' // Synchronize local and remote roots

You can also right click a single file/folder for uploading/downloading/synchronizing it.

Settings

You should provide at least one server object with all of its properties.

{
  "transmit.servers": [ // List of servers
    { // Server object
      "favorite": "", // Name of the Transmit favorite to use
      "domain": "", // Domain to connect to (e.g. example.com)
      "user": "root", // User used in the connection
      "protocol": "SFTP", // Protocol used in the connection
      "localRoot": "", // Local root path
      "remoteRoot": "" // Remote root path
    },
    ...
  ]
}

Related

  • Open in Transmit: Adds a few commands for opening the current file or project in Transmit.

Contributing

If you found a problem, or have a feature request, please open an issue about it.

If you want to make a pull request you can debug the extension using Debug Launcher.

License

MIT © Fabio Spampinato

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft