From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 20:56:14 2005 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 6BFBB16A4CF for ; Wed, 16 Mar 2005 20:56:14 +0000 (GMT) Received: from mailgate1.dslextreme.com (mailgate1.dslextreme.com [66.51.199.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 241BE43D1D for ; Wed, 16 Mar 2005 20:56:14 +0000 (GMT) (envelope-from jmlewis@dslextreme.com) Received: from www.dslextreme.com (unknown [192.168.7.122]) by mailgate1.dslextreme.com (Postfix) with SMTP id 58E6B6303ED for ; Wed, 16 Mar 2005 12:53:42 -0800 (PST) Message-ID: <22200a29d60a18f00a253e0a.20050316125612.wzyrjvf@www.dslextreme.com> Date: Wed, 16 Mar 2005 12:56:12 -0800 (PST) From: "Joshua Lewis" To: freebsd-questions@freebsd.org User-Agent: DSL Extreme Webmail (www.dslextreme.com) MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-DSLExtreme-MailGate-Information: Please contact the ISP for more information X-DSLExtreme-MailGate: Found to be clean X-MailScanner-From: jmlewis@dslextreme.com Subject: FTP server on 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jmlewis@dslextreme.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:56:14 -0000 I was trying to setup an FTP server last night on my 5.3 box. I was using the handbook and was instructed to make a new user ftp. So that worked fine and I was able to upload to ftp's home dirrectory but wanted to know if I can safley delete the .* files in his home dirrectory. I was also curious, if I change the permissions on /home/ftp to 755 then people will be able to read but not write to the dirrectory (do they need x permission to download a file?). But how do I make it so everyone can read but only certain users can write. My goal would to not use local accounts but pull usernames and passwords from a MySQL database. I would rather not transfer the username and password in clear text. Any thoughts or how toos I can follow? Thank you, Joshua Lewis