Merge 1.3.0 changes back to master.

This commit is contained in:
Michael Jumper 2020-09-27 16:36:00 -07:00
commit ceabd68e28

View File

@ -731,6 +731,12 @@ void* guac_rdp_client_thread(void* data) {
return NULL; return NULL;
} }
/* Configure destination for basic uploads, if specified */
if (settings->sftp_directory != NULL)
guac_common_ssh_sftp_set_upload_path(
rdp_client->sftp_filesystem,
settings->sftp_directory);
guac_client_log(client, GUAC_LOG_DEBUG, guac_client_log(client, GUAC_LOG_DEBUG,
"SFTP connection succeeded."); "SFTP connection succeeded.");