summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/ftpc.h4
1 files changed, 2 insertions, 2 deletions
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