diff stream/stream_ftp.c @ 35340:d5476d0811f8

stream ftp: Increase command buffer size Allow for more longish file names (be it because of length or more lengthy characters).
author al
date Tue, 20 Nov 2012 22:25:04 +0000
parents c7c59b8e3af8
children 7bad316da87a
line wrap: on
line diff
--- a/stream/stream_ftp.c	Tue Nov 20 22:23:38 2012 +0000
+++ b/stream/stream_ftp.c	Tue Nov 20 22:25:04 2012 +0000
@@ -67,7 +67,7 @@
   NULL,
 };
 
-#define CMD_BUFSIZE 256
+#define CMD_BUFSIZE 8192
 
 #define BUFSIZE 2048