Making a Download Manager Script

TC-Sebas

Beta member
Messages
1
Hello,

I want to make a download managing script for our fileserver. I want the script to keep in track of the number of downloaders and create a queue if the max. number is reached. I also want it to display the time expected for the download to start.

Can anyone help me to start on this one?

Extra Information:
OS: Windows 2003 (fileserver)
FTP program: ioFTPD

Thanx in advance!
 
I would suggest doing it with a perl script over a HTTP connection. Log how many times it has been downloaded into a database and you could try and creat a queue too but that maybe a little complicated.
 
Back
Top Bottom