Link to home
Start Free TrialLog in
Avatar of TAF2000
TAF2000

asked on

Split Download beteen multipe users

I am writing a file sharing program and I would like to know how to split the file download beteen multiple users.  In other words, simultaniously download different pieces of a file from different users and then put the pieces together (Similar to the way that Kazaa or Morpheus do)

I was planing to use the winsock control for the file transfer, but if you have another idea, that is fine as well.

At the very minimum I need to know how to resume a file transfer, but I would really like to have the functionality to download the same file from multiple users at the same time.

For 500 points I need some source code.  A zip sent to taf@taftech.net would be great!

Thanks in advance!
ASKER CERTIFIED SOLUTION
Avatar of AzraSound
AzraSound
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TAF2000
TAF2000

ASKER

Can't you do it in a way using arrays of controls?  

Anyone else have any ideas?

Thanks
Avatar of TAF2000

ASKER

Well.. I wouldn't say that was a 500 point answer.. but here you go anyhow..