Hi all,
Ok, I looked everywhere over the net and no examples are shown on how to transfer a file from say a server to a client or vice versa. They only show how to transfer a message which is useless to me.
I am writing this program in C++ in order to transfer any kind of file between the server and client. I am assuming it does involve the send and recv functions someway as also perhaps the fread and fwrite for reading and writing a file.
Any help?? Thanks...
-Billy
Ok, I looked everywhere over the net and no examples are shown on how to transfer a file from say a server to a client or vice versa. They only show how to transfer a message which is useless to me.
I am writing this program in C++ in order to transfer any kind of file between the server and client. I am assuming it does involve the send and recv functions someway as also perhaps the fread and fwrite for reading and writing a file.
Any help?? Thanks...
-Billy