Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Indy TCP Bridge
| Subject: | Indy TCP Bridge |
| Posted by: | "Richard Milner" (richard-miln..@gmail.com) |
| Date: | Mon, 26 Nov 2007 15:16:48 |
I am having issues with streamlining an application, and am sure I have
missed something simple.
I have a client and server application, Client A sends a file to Client B
CA -> Server -> CB
This is simple, however the server is saving the file locally then on
completing sending it off to the client, is there (how do I) send the data
as i am reciving it, ensuring the steam is constant, code samples would be
appreciated.
Thanks