php download management script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
robertinant
Forum Newbie
Posts: 1
Joined: Sat Apr 04, 2009 10:23 am

php download management script

Post by robertinant »

Hi,

I am looking for a script that will help me manage my downloads. Below is a description of what I am trying to accomplish.

1: Store files outside the www root. They can be uploaded to the webserver through e.g. ftp
2: have a script that presents an SLA
3: on acceptance (e.g. clicking an accept button) the script will then proceed with the download.
4: The files should not be accessible directly, only by the script and only when the user clicks the accept button.

Questions I have:
1: Does anybody know of a script like this?
2: Any performance impact?
3: Any security issues?
4: Any suggestions of other ways to solve this?

Thanks!

Robert
Post Reply