From 837896e72d98cc0a840ca8bba1c4619d37bfe2f7 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 20 May 2011 13:42:24 +0200 Subject: [PATCH] scp: Fixed documentation bugs. bug #8 --- src/scp.c | 4 ++++ 1 file changed, 4 insertions(+) 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. */