From owner-freebsd-questions@FreeBSD.ORG Thu Apr 19 09:25:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35C1716A401 for ; Thu, 19 Apr 2007 09:25:05 +0000 (UTC) (envelope-from mike@urgle.com) Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by mx1.freebsd.org (Postfix) with ESMTP id 019B013C459 for ; Thu, 19 Apr 2007 09:25:04 +0000 (UTC) (envelope-from mike@urgle.com) Received: from michaelb-laptop.eng.demon.net ([194.217.90.58]) by anchor-post-35.mail.demon.net with esmtp (Exim 4.42) id 1HeSsb-000Kog-Ih; Thu, 19 Apr 2007 09:24:46 +0000 Message-ID: <4627257C.5060107@urgle.com> Date: Thu, 19 Apr 2007 09:17:00 +0100 From: Mike Bristow User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Wojciech Puchar , freebsd-questions@freebsd.org References: <20070418101641.T28976@chylonia.3miasto.net> <4625E21E.3050502@urgle.com> <20070418185433.Q32822@chylonia.3miasto.net> In-Reply-To: <20070418185433.Q32822@chylonia.3miasto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ftpd and chmod 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: Thu, 19 Apr 2007 09:25:05 -0000 Wojciech Puchar wrote: [SITE chmod is disabled for anon logins to ftpd] > thanks. no way to change it? Yes, but you'd have to modify the code for ftpd. I doubt the FreeBSD project would accept such patches[1] as allowing anon users to modify file permissions is the sort of thing that can easily create subtle (and not so subtle!) security issues. It may be easier to look at ftp daemons in the ports collection; one of them may be usable for you. [1] This is me guessing, not speaking authoritatively.