views:

16

answers:

0

Hi,

I have set up a system with a Client-Server architecture.

Problem: Sending daily log data from the client application to server. Both the client and server are on an internal network.

Possible Methods...

1) Using Socket Programming 2) Sending over Active Directory (if possible)

Please suggest some methods (apart from http) and how to implement the same?

Thanks in advance.