I'm writing an updater code for my application so my server will send a binary (executable) file to the client.


How would I convert the binary file into a byte array, or whatever the easiest solution would be to send a file across the internet.