Binary file transfer using RMI
843793Jan 4 2004 — edited Jan 11 2004Thanx in advance !!!
My Query:
Is there any restriction on the maximum size of a binary file that can be transferred over RMI?
In an application (and as per the requirements), I am converting the file contents to a byte array on the client machine and transferring using RMI method calls. At the server side, I am reconstructing the file using the same byte array.
Writing a Java FTP application is out of question.
So please advise.
Vikas