J
Jesse Engle
i'm working on two client and server programs that send and recieve files
using sockets. i saw a c++ example using csockets, and thought i could use
the basic idea of what the code was doing to form my own c program.
i have an idea of how to send binary files via sockets, but the problem is
that to use send() i need to know the size (in bytes) of the file i want to
send.
any ideas on how to accomplish this?
using sockets. i saw a c++ example using csockets, and thought i could use
the basic idea of what the code was doing to form my own c program.
i have an idea of how to send binary files via sockets, but the problem is
that to use send() i need to know the size (in bytes) of the file i want to
send.
any ideas on how to accomplish this?