file transfer using RMI
How to do the file transfer using RMI开发者_如何学Go in java?
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/
精彩评论