From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 14:44:54 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B08C16A4CE for ; Wed, 3 Dec 2003 14:44:54 -0800 (PST) Received: from mail.myhealthcarefirst.com (mail.myhealthcarefirst.com [66.119.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2290144015 for ; Wed, 3 Dec 2003 14:44:53 -0800 (PST) (envelope-from Chad.Albert@myhealthcarefirst.com) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 2 Dec 2003 15:42:27 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: <433CEE75B1339547BBB373B3406653840DFE34@hfmail01.sgf.healthcarefirst.med> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Monitoring folder activity Thread-Index: AcO5E3aydR9KIzrSQ4uUydzzcrQA+g== From: "Chad Albert" To: Subject: Monitoring folder activity X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 22:44:54 -0000 I am in need of a way to trigger an action when a file is written to user's home directories. I am sure there is a way to do this, but I don't know where to look. What I want to do is allow users to sftp a file into their home directory, then once the file is written, I want a server side process to email or otherwise transfer the file to another location so that it can be processed with some third party tools by a Windows user. Can anyone help me out? =20