Hi,
What could be the possible way in order to download single file very fast?
I am thinking of for example downloading a.zip.
Connection 1 download the file from byte 1 to byte 1000.
Connection 2 download the file from byte 1001 to byte 2000.
Connection 3 download the file from byte 2001 to byte 3000.
and so on..
would this be possible?
or is there a better way?
THANKS