From 1e1c13f756287e14ff37b6410ef29c67494c830b Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 12 Aug 2009 00:04:04 +0200 Subject: [PATCH] some tweaks of scp example --- examples/libssh_scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){