-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Sorry for my English.
As I can add more than 3 servers in the json file. I only accept 3. My file is:
{
"LNXxxxx": {
"connection_string": "user@192.177.xxx.xxx"
"password": "xxxxxxxx"
"idle_recursive": false,
"default_path": "/ my / path"
}
"LNXxxxx": {
"connection_string": "user@192.177.xxx.xxx"
"password": "xxxxxxxx"
"idle_recursive": false,
"default_path": "my / path"
}
"LNXxxxxx": {
"connection_string": "user@192.177.xxx.xxx"
"password": "xxxxxx"
"idle_recursive": false,
"default_path": "my / path"
}
"LNXxxxxx": {
"connection_string": "user@192.177.xxx.xxx"
"password": "xxxxxxxxxx"
"idle_recursive": false,
"default_path": "my / path"
}
}
This file not work, but it valid.