Client Environment : Windows XP , Internet connection Available, PHP Not installed.
Server Environment : CentOS , Internet connection Available, PHP , MYsql installed.
Data are stored in files at client machine , suggest better ways to send data fetched from the file to the server. Normally i would be using HTTP request using Curl to send the data to the server but client machine doesnt have php installed.
What all are the ways to send data to the server and the comparisons?
Note: In client machine the data are to be taken from the file and to be sent in background as a daemon.