> Multiple connections are made to the server. Each connection downloads a > separate part of the file and they are reassembled when downloading is > done. Eg part 1 would be the first 33% of the file, part 2 the 33-66% > part, and part 4 the 66-100% part.
You can do that more or less like i've described simultaneous download. Each FTP component will download the same file, using the ResumeAt function to start each component at a different point of the file. When one component reach the starting point of another one, you abort the transfert of that component (the file will be kept). When all have finished, you reassemble the parts with standard file I/O. Not trivial but not too much difficult to achieve. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be