search for: ftp_buf_size

Displaying 1 result from an estimated 1 matches for "ftp_buf_size".

2010 Oct 22
1
cannot connect to an FTP server with long HELLO message
...39;t seem to be able to catch the 220 control code. I'm not familiar with the nanoftp module, or with socket programming in general, or with RFC 959 (FTP protocal), so I'm not really in a position to say what's going wrong exactly in the module but it seems that increasing the value of FTP_BUF_SIZE (size of the buffer for data received from the control connection) fixes the problem. Currently this is: #define FTP_BUF_SIZE 1024 but, interestingly, *any* value > 1024 seems to fix the problem (even though the long HELLO message above is 1091 bytes). Any idea what's going on?...