Hello,
I am, for some reason only getting 64K of data back from my local host as I test my program for being able to write a text file to a server and back. The remaining of the data is all spaces instead of char's, so that the original and recieved files are the same size but the last amounts of data beyond 64K have turned to spaces instead of chars.
There is also a matter of a "java.net.SocketException: Software caused connection abort: socket write error" I don't know why this is saying this. Perhaps this problem and the above are related but I don't know how to fix it.
Any ideas would be greatly appreciated. The code and data files are attached.
Thanks,
Brian