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
|