aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/libssh_scp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libssh_scp.c b/examples/libssh_scp.c
index 1a3f08ac..626bd3f2 100644
--- a/examples/libssh_scp.c
+++ b/examples/libssh_scp.c
@@ -183,7 +183,7 @@ static int do_copy(struct location *src, struct location *dest){
socket_t fd;
struct stat s;
int w,r;
- char buffer[4196];
+ char buffer[16384];
int total=0;
/*FIXME*/
if(dest->is_ssh && !src->is_ssh){