indir.php oluşturup bu sayfaya post ile linki gönderip indirme yapabilrsin.
$dosya = "asd.rar";
header("Content-Type: application/x-msdownload");
header("Content-Disposition: attachment; filename=".$dosya);
?>

dene