Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : File Transfers - Indy9
| Subject: | File Transfers - Indy9 |
| Posted by: | "Jamie Dale" (jamie.da..@yahoo.com) |
| Date: | Fri, 21 Sep 2007 22:30:37 |
Hi
I've got the hang of direct file transfers between TIdTCPServer/Client BUT
I've recently realised that if the file needs to be transferred THROUGH the
serve to another client in real time I'm stuffed!
How can I do this? (without the use of another server at one clients end).
I had a thought about using the OnWork event to work out how much data had
been received and then forward it on to the receiving client but I think
that might delay the next read/OnWork from the sender.
Any ideas on how I can do this?