From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 12:18:33 2005 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 7A0C116A41F for ; Wed, 31 Aug 2005 12:18:33 +0000 (GMT) (envelope-from andreas-ml@wideroe.net) Received: from malibu.wideroe.net (malibu.wideroe.net [193.71.196.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE20843D45 for ; Wed, 31 Aug 2005 12:18:32 +0000 (GMT) (envelope-from andreas-ml@wideroe.net) Received: from hangloose.wideroe.net (71.80-202-145.nextgentel.com [80.202.145.71]) (authenticated bits=0) by malibu.wideroe.net (8.12.10/8.12.10) with ESMTP id j7VCIScn049383 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 31 Aug 2005 14:18:28 +0200 (CEST) (envelope-from andreas-ml@wideroe.net) Message-Id: <6.1.2.0.2.20050831141445.0b5e9370@malibu.wideroe.net> X-Sender: andreas-ml@malibu.wideroe.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Wed, 31 Aug 2005 14:18:28 +0200 To: freebsd-questions@freebsd.org From: Andreas Wideroe Andersen Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Status: No, score=1.9 required=7.0 tests=AWL,BAYES_05, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.0.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on malibu.wideroe.net Subject: FTP Permissions 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, 31 Aug 2005 12:18:33 -0000 Hi, I'm running FreeBSD 5.4 STABLE and the latest Proftpd. I have a little problem I need help with. I want about 10 users to have access to the same directory/subdirectories on the FTP server and all must be able to upload, delete and retrive (full access) to the files in these directories. I want all users to have different usernames/passwords so I can log them, but all should have full access to the ftp directories. How would I set this up? I've tried making all members of the same group, but I can't overwrite/delete files other uploaded. Any help very much appreciated. Thanks! Andreas