Hi,
I want to 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 with different IP addresses.
Possible Methods...
1) Using Socket Programming
2) Sending over Active Directory (if possible)
3) Sending file from one IP address to another.
Please suggest some methods (apart from http) and how to implement the same?
NOTE: Information on client side is stored in SQLite database.
Thanks in advance.