Posted on 11 March 2010 by Abidoon
im writing a script to download a file using php and curl. but downloading is just too slow, i want to open multiple connections to the server and download the file (hence accelerate the download). how can i do this ?
Tags | connections, download, file, multiple, opening, Server, using
One way you can achieve this is by using fgets and fseek to make the download possible and then merging it all when it’s done.