From owner-freebsd-questions@FreeBSD.ORG Wed Mar 8 19:37:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 325D616A422 for ; Wed, 8 Mar 2006 19:37:52 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E5A043D49 for ; Wed, 8 Mar 2006 19:37:51 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from PC02.xxiii.com (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.4/8.13.4) with ESMTP id k28Jbkd1042745; Wed, 8 Mar 2006 14:37:48 -0500 (EST) (envelope-from wc_fbsd@xxiii.com) Message-Id: <6.2.5.6.2.20060308143255.03233818@xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Wed, 08 Mar 2006 14:37:50 -0500 To: Ensel Sharon , freebsd-questions@freebsd.org From: wc_fbsd@xxiii.com In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: per-user ftp traffic accounting ... possible ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 19:37:52 -0000 At 03:49 PM 3/6/2006, Ensel Sharon wrote: >I am using the standard, stock FreeBSD ftpd, running out of inetd. >Is there any way to keep track of how much ftp traffic is generated >by each individual user ? See man ftpd for the "-l" option. You can bump up the log level to record file details. However, I don't know of any scripts to report from it, and the format is not too parser-friendly. Have you searched ports? Might be a reporting utility there. -Wayne