Hi friends, I have learned enough to send and receive data between two computers via TCP protocol. I would like now to use this knowledge to move a file between them, however I still don t know very much about the structure of a file (of any extension: txt, doc, exe, pdf, )
Could you please tell me how can I split a file in its more elemental parts to send it as a String of characters?
Thanks in advance

