Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Binary file transfer using RMI

843793Jan 4 2004 — edited Jan 11 2004
Thanx 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2004
Added on Jan 4 2004
1 comment
204 views