# HG changeset patch # User al # Date 1353450304 0 # Node ID d5476d0811f8489671381633bc58164590288333 # Parent c7c59b8e3af83766a4ab5ab1f13d51fd1911af6e stream ftp: Increase command buffer size Allow for more longish file names (be it because of length or more lengthy characters). diff -r c7c59b8e3af8 -r d5476d0811f8 stream/stream_ftp.c --- 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