<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.1">
</HEAD>
<BODY>
Hi,<BR>
&nbsp; Is there an existing protocol that can provide the following?<BR>
<BR>
- Accept stream binary data FROM a client (e.g. very large file transfer)<BR>
- Receive data IN ORDER (i.e. stream. not out of order random packets)<BR>
<BR>
I want to stream FROM a client to the protocol server and have the<BR>
server process the stream bytes incrementally so it doesn't have <BR>
to store or write the entire data stream (too large).<BR>
<BR>
I looked at FileTransferServer and Client, but I'm not sure it provides<BR>
what I need. <BR>
<BR>
Any tips appreciated!<BR>
Darren
</BODY>
</HTML>