From 80d5b281209708972a1e484f10f9b1cf74868ea4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 2 Jun 2011 23:45:31 +0000 Subject: More FTP client debug fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3662 42af7a65-404d-4744-a932-0658087f49c3 --- apps/include/ftpc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/include') diff --git a/apps/include/ftpc.h b/apps/include/ftpc.h index 79632ba1d..3f373dad8 100644 --- a/apps/include/ftpc.h +++ b/apps/include/ftpc.h @@ -66,7 +66,7 @@ #endif #ifndef CONFIG_FTP_MAXREPLY -# define CONFIG_FTP_MAXREPLY 21 +# define CONFIG_FTP_MAXREPLY 256 #endif #ifndef CONFIG_FTP_TMPDIR @@ -74,7 +74,7 @@ #endif #ifndef CONFIG_FTP_BUFSIZE -# define CONFIG_FTP_BUFSIZE 4096 +# define CONFIG_FTP_BUFSIZE 1024 #endif #ifndef CONFIG_FTP_MAXPATH -- cgit v1.2.3