comparison 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
comparison
equal deleted inserted replaced
35339:c7c59b8e3af8 35340:d5476d0811f8
65 0,0, 65 0,0,
66 NULL, 66 NULL,
67 NULL, 67 NULL,
68 }; 68 };
69 69
70 #define CMD_BUFSIZE 256 70 #define CMD_BUFSIZE 8192
71 71
72 #define BUFSIZE 2048 72 #define BUFSIZE 2048
73 73
74 #define ST_OFF(f) M_ST_OFF(struct stream_priv_s,f) 74 #define ST_OFF(f) M_ST_OFF(struct stream_priv_s,f)
75 /// URL definition 75 /// URL definition