12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"name": "My Server",
|
|
"host": "localhost",
|
|
"protocol": "sftp",
|
|
"port": 22,
|
|
"username": "username",
|
|
"remotePath": "/",
|
|
"uploadOnSave": true,
|
|
"useTempFile": false,
|
|
"openSsh": false
|
|
}
|