Please note that if you are going to transfer fairly large files using the executable, you will need to adjust the buffer size (MAX_PERBUFLEN). The current posting of IOCP_Svr uses a buffer size of 1,024 and crashes when transferring an 11MB file, but not when using a 8,192 byte buffer.

J.A. Coutts