GUAC-1292: Add "sftp-directory" parameter to VNC and RDP.

This commit is contained in:
Michael Jumper
2015-08-13 15:53:01 -07:00
parent 31fc2d8787
commit 438ccf7ec4
3 changed files with 10 additions and 0 deletions

View File

@@ -223,6 +223,10 @@
{
"name" : "sftp-passphrase",
"type" : "PASSWORD"
},
{
"name" : "sftp-directory",
"type" : "TEXT"
}
]
}

View File

@@ -97,6 +97,10 @@
{
"name" : "sftp-passphrase",
"type" : "PASSWORD"
},
{
"name" : "sftp-directory",
"type" : "TEXT"
}
]
},

View File

@@ -277,6 +277,7 @@
"FIELD_HEADER_REMOTE_APP" : "Program:",
"FIELD_HEADER_SECURITY" : "Security mode:",
"FIELD_HEADER_SERVER_LAYOUT" : "Keyboard layout:",
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
"FIELD_HEADER_SFTP_HOSTNAME" : "Hostname:",
"FIELD_HEADER_SFTP_PASSPHRASE" : "Passphrase:",
"FIELD_HEADER_SFTP_PASSWORD" : "Password:",
@@ -404,6 +405,7 @@
"FIELD_HEADER_PASSWORD" : "Password:",
"FIELD_HEADER_PORT" : "Port:",
"FIELD_HEADER_READ_ONLY" : "Read-only:",
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
"FIELD_HEADER_SFTP_HOSTNAME" : "Hostname:",
"FIELD_HEADER_SFTP_PASSPHRASE" : "Passphrase:",
"FIELD_HEADER_SFTP_PASSWORD" : "Password:",