I need to connect two System which are hosting in differents machines. One of them is coded in Java and the other in C++. The systems have to send files in both directions.
Some requeriments: - Size File: More than 20MB
Some Possibilities: WebService, Corba, NFS, ...
Any Suggestion? Example?