From cc717f411298df4d62115223e5c0f2ef49097cc4 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 10 Jul 2015 22:41:02 -0700 Subject: [PATCH] GUAC-1171: Fix SFTP file upload comments. --- src/protocols/rdp/sftp.h | 7 ++----- src/protocols/vnc/sftp.h | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/protocols/rdp/sftp.h b/src/protocols/rdp/sftp.h index 40a85fee..8172ec5f 100644 --- a/src/protocols/rdp/sftp.h +++ b/src/protocols/rdp/sftp.h @@ -30,8 +30,7 @@ /** * Handles an incoming stream from a Guacamole "file" instruction, saving the - * contents of that stream to the file having the given name within the - * upload directory set by guac_sftp_set_upload_path(). + * contents of that stream to the file having the given name. * * @param client * The client receiving the uploaded file. @@ -43,9 +42,7 @@ * The mimetype of the data being received. * * @param filename - * The filename of the file to write to. This filename will always be taken - * relative to the upload path set by - * guac_common_ssh_sftp_set_upload_path(). + * The filename of the file to write to. * * @return * Zero if the incoming stream has been handled successfully, non-zero on diff --git a/src/protocols/vnc/sftp.h b/src/protocols/vnc/sftp.h index 67651557..2477f334 100644 --- a/src/protocols/vnc/sftp.h +++ b/src/protocols/vnc/sftp.h @@ -30,8 +30,7 @@ /** * Handles an incoming stream from a Guacamole "file" instruction, saving the - * contents of that stream to the file having the given name within the - * upload directory set by guac_sftp_set_upload_path(). + * contents of that stream to the file having the given name. * * @param client * The client receiving the uploaded file. @@ -43,9 +42,7 @@ * The mimetype of the data being received. * * @param filename - * The filename of the file to write to. This filename will always be taken - * relative to the upload path set by - * guac_common_ssh_sftp_set_upload_path(). + * The filename of the file to write to. * * @return * Zero if the incoming stream has been handled successfully, non-zero on