newbie: unix network programming: UDP and send file
dear guys,
I need to write a programme that will use UDP to download a file from the server under unix.
So basically, a file is located at the unix server and i need to use the client to download the file.
I have written a small programme which allows the client to send out standard input (keyboard) and echo back from the server (using UDP). Where should I look into info about "SENDING files"? any hints would be GREAT!!
thx
p.s. the file is meant to be a text file.
Last edited by geo_h; 09-17-2003 at 01:51 AM.
|