hello,
I have a script which downloads images from other servers to my server.
It actually uses fopen.
I need that the script uses aria2c with several open connections at the same time, the reason is to accelerate the task.
The aria2c commands are located at the following link:
http://sourceforge.net/apps/trac/aria2/wiki/UsageExample
The script location is:
https://www.scriptlance.com/f/?128430853922409533
The db location is:
https://www.scriptlance.com/f/?128430853993583505
the file for excel list uploading is:
upload_action.php
which is accessed through web browser. The images are processed through excel sheet – column a is the image link locations and column b the new names for the images.