Sending data to Remote Server.. Point me in the right direction.

I have a maintenance script that resides on all of my end users machines and I would like to track the usage. While I could write to a log file on the users machine I would really like to log the execution, as well as a few other variables, to another server.

I’m wondering to what extent this would be possible with AppleScript, since the driving script is AS anyway, and any other tools needed. I’ve done something similar to this in the past using a pure RealBasic solution, but that is not going to be feasible for this project.

I don’t mind doing some learning or the leg work experimenting, but I need a push in the right direction. So, anyone have any ideas?

Thanks!