I have built a program that transfers files between two computers using a nullmodem cable. It opens the file in binary mode and picks out 1 kb at a time, transfers it and takes the next... with a byte array. The problem is that some characters in .exe-files seems to disappere somewhere, help please?