mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 04:26:47 +08:00
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"name": "My Server",
|
|
"host": "localhost",
|
|
"protocol": "sftp",
|
|
"port": 2222,
|
|
"username": "user",
|
|
"remotePath": "./asm_book",
|
|
"uploadOnSave": false,
|
|
"useTempFile": false,
|
|
"openSsh": true,
|
|
"password": "a"
|
|
}
|