Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 20:27:07 -0400
From:      Matthew Graybosch <matthew@starbreaker.net>
To:        "admin" <admin2@enabled.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: PHP download manager
Message-ID:  <200307242027.07978.matthew@starbreaker.net>
In-Reply-To: <20030725001358.M10939@enabled.com>
References:  <20030725001358.M10939@enabled.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307242027.07978.matthew>