aboutsummaryrefslogtreecommitdiff
path: root/src/scp.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2011-05-20 13:42:24 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2011-05-20 13:42:24 +0200
commit837896e72d98cc0a840ca8bba1c4619d37bfe2f7 (patch)
tree4af342b3084284465307a5ca6ec567424c225d6d /src/scp.c
parent12b61a6266bd9f5d8d7cb1f99a855dcdd255681e (diff)
downloadlibssh-837896e72d98cc0a840ca8bba1c4619d37bfe2f7.tar.gz
libssh-837896e72d98cc0a840ca8bba1c4619d37bfe2f7.tar.xz
libssh-837896e72d98cc0a840ca8bba1c4619d37bfe2f7.zip
scp: Fixed documentation bugs. bug #8
Diffstat (limited to 'src/scp.c')
-rw-r--r--src/scp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scp.c b/src/scp.c
index 8a38c873..2110ba2d 100644
--- a/src/scp.c
+++ b/src/scp.c
@@ -44,9 +44,13 @@
* @param[in] mode One of SSH_SCP_WRITE or SSH_SCP_READ, depending if you
* need to drop files remotely or read them.
* It is not possible to combine read and write.
+ * SSH_SCP_RECURSIVE Flag can be or'ed to this to indicate
+ * that you're going to use recursion. Browsing through
+ * directories is not possible without this.
*
* @param[in] location The directory in which write or read will be done. Any
* push or pull will be relative to this place.
+ * This can also be a pattern of files to download (read).
*
* @returns A ssh_scp handle, NULL if the creation was impossible.
*/