sftp_switch
v1.0.0
Published
easy and fast switching of ftp hosts when using sublime sftp plugin
Readme
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 productionor
$ switch dev_usaHow 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"
},
}