PHP download manager

Matthew Graybosch matthew at starbreaker.net
Thu Jul 24 17:26:27 PDT 2003


On Thursday 24 July 2003 08:16 pm, admin wrote:
> OS: FreeBSD 4.8
> Apache 1.3.27
>
> I am looking for some PHP open source for handling users who wish
> to downlaod files via web browsers/clients.  Any ideas where I can
> find something like this?
>
> thanks in advance,

What do you mean by "handling" users in this case? If by "download 
manager" you mean something like wget or Download Accelerator for 
Windows; that's strictly a client app. As long as the webserver 
supports resumable transfers, the user should be able to manage his 
own downloads.

If you just want to make a file available for downloading, I find that 
a simple link will do. Something like this:

<?php
	print('<a href="http://www.foobar.net/download/baz.tar.gz">Baz 
archive at foobar.net</a>');
?>

-- 
Matthew Graybosch
http://www.starbreaker.net
"I am become root, shatterer of kernels."



More information about the freebsd-questions mailing list