Hello,
I am connecting to remote machine using RDP+SFTP and the file transfer over SFTP is working correctly, including programatically uploading files to different directories on the destination machine. However, I am not able to set sftp-directory for files dropped on desktop; any value set there is ignored. The files uploaded via drag&drop are always saved to the SFTP default directory (root directory in my case). Is there something else that has to be set? I have checked the code in the client, the handler for "drop" event in guacClient directive (guacamole/src/main/webapp/app/client/directives/guacClient.js) is just calling uploadFile without specifing filesystem and directory to upload to; I guess in that case files are sent to default fs/directory. Am I missing something else here? How is sftp-directory parameter handled? Thanks, Marko
