How to link data file over a network

Newbie Member
24Dec2008,14:10   #1
Priyanshu's Avatar
Hey

Can any one explian me how can i link a data file used in c++ or in c programing over a network.

what is the actual command to be written in program that program fetch the file from a network computer or through a server....
if any one knows. pls. send to my

Email ID: priyanshu253@yahoo.co.in
Please help urgent.....
Go4Expert Founder
24Dec2008,17:00   #2
shabbir's Avatar
Moved to C-C++ forum for better response.
Contributor
30Dec2008,11:42   #3
skp819's Avatar
I think this information will help you:
you can make a TCP client and server and send messages over TCP. Its pretty trivial in C#.

here is example of a simple TCP server:
http://www.goldb.org/goldblog/2007/0...TCPServer.aspx