On Mon, Dec 4, 2017 at 6:39 AM, Oliver.Zhan <zhangjianp...@hikvision.com> wrote:
> I had upload file to sftp form my local cpmputer ,how can I download the > file to the remoter computer in the guacamole? > > > You connect to the SFTP server on the remote computer and grab the file. For SSH connections, you're just connecting via SFTP to the system you're already hooked to. For RDP connections you can specify a server and username/password to use for connection - you can run a SSH/SFTP server on the Windows system, in which case the files will on the system you upload it to, already - if you specify a different system (not the Windows system you're RDPd to) then you have to then connect to the SFTP server from the Windows system. You can do that with a SFTP client, or you can have your SFTP provide CIFS connections (via Samba, for example) and go that route. -Nick