#!/usr/local/bin/perl # Written 8/96 C. Paul Ferroni (Allen-Bradley, Inc.) # Paul.Ferroni@ab.com # # ##### # v1.0 (original version) 9/96 cpf # Script to analyze contents of the ftp root directory, and # tell everyone who needs to know what files are here. # # The relationship between files and email addresses are found # in the ftpaccess file with lines starting: ##FTPCHECK # # This version uses "formail" (part of procmail package), but could # easily be modified to talk directly to any mailer. # It also depends on the find command with the "-ls" switch. This # could be replaced with a "find2perl" generated routine for # OS's missing this feature. If anyone makes does this, I'd # like to see it. # ##### # v2.0 10/96 cpf # # Modified use of the