10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"name": "My Server",
|
|
"host": "localhost",
|
|
"protocol": "sftp",
|
|
"port": 22,
|
|
"username": "username",
|
|
"remotePath": "/",
|
|
"uploadOnSave": true
|
|
}
|