mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge 1.2.0 changes back to master.
This commit is contained in:
@@ -207,6 +207,16 @@
|
||||
"name" : "drive-name",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "disable-download",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-upload",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "drive-path",
|
||||
"type" : "TEXT"
|
||||
@@ -397,6 +407,16 @@
|
||||
{
|
||||
"name" : "sftp-server-alive-interval",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-disable-download",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "sftp-disable-upload",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -189,6 +189,16 @@
|
||||
{
|
||||
"name" : "sftp-root-directory",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-disable-download",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "sftp-disable-upload",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -172,6 +172,16 @@
|
||||
{
|
||||
"name" : "sftp-server-alive-interval",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-disable-download",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "sftp-disable-upload",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user