Socket
Socket
Sign inDemoInstall

sftp_switch

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sftp_switch

easy and fast switching of ftp hosts when using sublime sftp plugin


Version published
Maintainers
1
Created
Source

sftp switch

Do you use sublime with sftp? Did you need to switch between hosts quickly?

With this you define your hosts and then switch between them with just:

$ switch production

or

$ switch dev_usa

How to define hosts

Edit your sftp-config.json file by adding switch key to it with syntax like this:

"switch": {
	"production": {
		"host": "production.server.fakestuff.com",
		"remote_path": "/usr/local/git_tree/cool_project"
	},
	"dev_usa": {
		"host": "dev_usa.server.fakestuff.com",
		"remote_path": "/usr/local/git_tree/cool_project"
	},
}

Keywords

FAQs

Package last updated on 14 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc