mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-474: Add protocol options for disabling file upload/download.
This commit is contained in:
@@ -205,6 +205,16 @@
|
|||||||
"name" : "drive-name",
|
"name" : "drive-name",
|
||||||
"type" : "TEXT"
|
"type" : "TEXT"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name" : "disable-download",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "disable-upload",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name" : "drive-path",
|
"name" : "drive-path",
|
||||||
"type" : "TEXT"
|
"type" : "TEXT"
|
||||||
@@ -395,6 +405,16 @@
|
|||||||
{
|
{
|
||||||
"name" : "sftp-server-alive-interval",
|
"name" : "sftp-server-alive-interval",
|
||||||
"type" : "NUMERIC"
|
"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",
|
"name" : "sftp-root-directory",
|
||||||
"type" : "TEXT"
|
"type" : "TEXT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "disable-download",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "disable-upload",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -172,6 +172,16 @@
|
|||||||
{
|
{
|
||||||
"name" : "sftp-server-alive-interval",
|
"name" : "sftp-server-alive-interval",
|
||||||
"type" : "NUMERIC"
|
"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