how to do the file transfer using RMI in java?
+1
A:
You need to read chunks of the file, send them over the wire via an RMI call, and then write them on the other side.
This library may help: http://openhms.sourceforge.net/rmiio/
Anon
2010-05-13 17:01:14
+1
A:
Hi,
I did a little googling and found this link. It might help you.
vijay.shad
2010-05-13 17:04:48