From 1e1c13f756287e14ff37b6410ef29c67494c830b Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 12 Aug 2009 00:04:04 +0200 Subject: some tweaks of scp example --- examples/libssh_scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/libssh_scp.c') diff --git a/examples/libssh_scp.c b/examples/libssh_scp.c index 1a3f08a..626bd3f 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){ -- cgit