> Does anyone has something for counting FTP hits ? What I mean ?
> My idea (just thoughts) is as follow :
> 1. Put in my pages <A href=...> link.
> 2. Write a rewrite rule, http -> ftp, if this is possible ?!?
> 3. And then count via perl script.
> or something similar .....

A rewrite rule or an internal redirect won't do the trick.  An external
redirect is needed.
 
> Any other ideas. I don't want to make counting via ftp .log files (I
> need realtime results).

You could use a named pipe for the log file. The program listening on
the pipe can parse the entries as they arrive. That program could store
the data in any way you want, including generating an HTML doc or
updating a DB.

ELB

--
Eric L. Brine  |  Chicken: The egg's way of making more eggs.
[EMAIL PROTECTED]  |  Do you always hit the nail on the thumb?
ICQ# 4629314   |  An optimist thinks thorn bushes have roses.

Reply via email to