For example:
If I have a cgi file to verify access to certain files for display/downloading. What commands do I enter to send that file or display that file. If I use print redirect, it accomplishes this, but access must be to the world for redirect to work, so there I can't reference files that I have protected.
It's evidently very common in sites where there are downloads, but there is no mention in my book. How do I accomplish this.
You can't really protect your file...
What you could also do is read the file and then print the contents of it. This is not easy to implement and would really load the server. I don't think your ISP would give you props for that.