Skip to content

Instantly share code, notes, and snippets.

@iZerus
Last active July 13, 2022 09:55
Show Gist options
  • Save iZerus/794b7355ef417906fda8521886b2300f to your computer and use it in GitHub Desktop.
Save iZerus/794b7355ef417906fda8521886b2300f to your computer and use it in GitHub Desktop.
{
"name": "sftp_name",
"protocol": "sftp",
"port": 22,
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false,
"profiles": {
"prod": {
"username": "username",
"password": "password",
"remotePath": "folder/",
"host": "localhost"
},
"test": {
"username": "username",
"password": "password",
"remotePath": "folder/",
"host": "localhost"
}
},
"defaultProfile": "test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment