I have the following problem:
my Catalyst Webservice uses Log4Perl to generate a logfile which logs all user activities.
How can i provide this file as download only for admins? The root directory is no option, because everybody could download it. I need a secure way. Admins have a separate area within the webservice to manage the users.
Using ssh / sftp is unfortunately also no option, the log has to be available over the webservice.