I should have mentioned I am using fopen() to open an FTP session and read the file. This is NOT a time issue, as I am resetting the time value each pass. It is strictly a size issue, and because the server allows only about 8Mb of data, I'm getting only 2/3 of the file read and parsed. So, the...