mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-303: Add definitions and translations for new "sftp-root-directory" parameter.
This commit is contained in:
		| @@ -315,6 +315,10 @@ | ||||
|                     "name"  : "sftp-passphrase", | ||||
|                     "type"  : "PASSWORD" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-root-directory", | ||||
|                     "type"  : "TEXT" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-directory", | ||||
|                     "type"  : "TEXT" | ||||
|   | ||||
| @@ -122,6 +122,10 @@ | ||||
|                     "name"    : "enable-sftp", | ||||
|                     "type"    : "BOOLEAN", | ||||
|                     "options" : [ "true" ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-root-directory", | ||||
|                     "type"  : "TEXT" | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|   | ||||
| @@ -128,6 +128,10 @@ | ||||
|                     "name"  : "sftp-passphrase", | ||||
|                     "type"  : "PASSWORD" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-root-directory", | ||||
|                     "type"  : "TEXT" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-directory", | ||||
|                     "type"  : "TEXT" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user