I am developing a program that will be running on a server that another program, running on terminals somewhere else on the network, will be sending files with their status in some format (current I was thinking xml). Then my program will have to take the data and store it in a database and refresh the grid.
My question is what functions should I be using to send/receive the files?