Posted by Sanders Kaufman on 11/13/06 13:15
theSammy95@gmail.com wrote:
> I have a small Linux webserver, and want to find a (php) script
> that lets my users download files located outside of the public_html
> folder
>
> Anyone that knows how or have a readymade solution?
>
> Sammy
How about something like this:
"http://server/download.php?dir=root&file=command.com"
Then use the PHP file system features from within
Download.php to send the file to the requester.
Navigation:
[Reply to this message]
|