[Beepcore-java-users] File transfer
Status: Beta
Brought to you by:
huston
From: William J. M. <wm...@es...> - 2002-12-03 16:05:06
|
Someone asked a question the other day about sending a large file in a single message using one of the stream classes. While this does not answer the question directly I thought I'd throw out an idea. If you arrange things correctly you can easily send sequenced blocks of the file in ANS frames. An ftp style GET is easily implemented, and a PUT requires an extra message exchange with a put message prompting a get from the other end. -bill |