GUAC-1171: Fix SFTP file upload comments.
This commit is contained in:
parent
b770800eda
commit
cc717f4112
@ -30,8 +30,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles an incoming stream from a Guacamole "file" instruction, saving the
|
* Handles an incoming stream from a Guacamole "file" instruction, saving the
|
||||||
* contents of that stream to the file having the given name within the
|
* contents of that stream to the file having the given name.
|
||||||
* upload directory set by guac_sftp_set_upload_path().
|
|
||||||
*
|
*
|
||||||
* @param client
|
* @param client
|
||||||
* The client receiving the uploaded file.
|
* The client receiving the uploaded file.
|
||||||
@ -43,9 +42,7 @@
|
|||||||
* The mimetype of the data being received.
|
* The mimetype of the data being received.
|
||||||
*
|
*
|
||||||
* @param filename
|
* @param filename
|
||||||
* The filename of the file to write to. This filename will always be taken
|
* The filename of the file to write to.
|
||||||
* relative to the upload path set by
|
|
||||||
* guac_common_ssh_sftp_set_upload_path().
|
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* Zero if the incoming stream has been handled successfully, non-zero on
|
* Zero if the incoming stream has been handled successfully, non-zero on
|
||||||
|
@ -30,8 +30,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles an incoming stream from a Guacamole "file" instruction, saving the
|
* Handles an incoming stream from a Guacamole "file" instruction, saving the
|
||||||
* contents of that stream to the file having the given name within the
|
* contents of that stream to the file having the given name.
|
||||||
* upload directory set by guac_sftp_set_upload_path().
|
|
||||||
*
|
*
|
||||||
* @param client
|
* @param client
|
||||||
* The client receiving the uploaded file.
|
* The client receiving the uploaded file.
|
||||||
@ -43,9 +42,7 @@
|
|||||||
* The mimetype of the data being received.
|
* The mimetype of the data being received.
|
||||||
*
|
*
|
||||||
* @param filename
|
* @param filename
|
||||||
* The filename of the file to write to. This filename will always be taken
|
* The filename of the file to write to.
|
||||||
* relative to the upload path set by
|
|
||||||
* guac_common_ssh_sftp_set_upload_path().
|
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* Zero if the incoming stream has been handled successfully, non-zero on
|
* Zero if the incoming stream has been handled successfully, non-zero on
|
||||||
|
Loading…
Reference in New Issue
Block a user