Hi, I'm trying to program an FTP client, and it was working fine, however, when I make my welcome message (or any message) for my server larger than a certain size, it seems like my reply to that message never gets to the server, and I have to keep on retransmitting forever. Am I supposed to do something in case the message exceeds the allowed size? Or what am I doing wrong?
Thanks