From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 17:04:34 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 D5F4916A402 for ; Wed, 18 Apr 2007 17:04:34 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id BD4D413C45B for ; Wed, 18 Apr 2007 17:04:34 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (relay5.apple.com [17.128.113.35]) by mail-out4.apple.com (8.13.8/8.13.8) with ESMTP id l3IH4YCH012790; Wed, 18 Apr 2007 10:04:34 -0700 (PDT) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id 4BD2F29C005; Wed, 18 Apr 2007 10:04:34 -0700 (PDT) X-AuditID: 11807123-9f3e8bb000000b42-34-46264fa258ad Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id 3278630400B; Wed, 18 Apr 2007 10:04:34 -0700 (PDT) In-Reply-To: <20070418185433.Q32822@chylonia.3miasto.net> References: <20070418101641.T28976@chylonia.3miasto.net> <4625E21E.3050502@urgle.com> <20070418185433.Q32822@chylonia.3miasto.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2E2CC20A-3E36-4BE0-A022-049C7019BCDE@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Wed, 18 Apr 2007 10:04:32 -0700 To: Wojciech Puchar X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: "freebsd-questions@freebsd.org List" 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: Wed, 18 Apr 2007 17:04:34 -0000 On Apr 18, 2007, at 9:54 AM, Wojciech Puchar wrote: >>> manual page says that ftpd do support SITE CHMOD. >>> what's wrong? >> >> From the manual: >> >> Note: SITE requests are disabled in case of anonymous logins. > > thanks. no way to change it? Permitting anonymous remote users to change permissions seems to be a remarkably bad idea. :-) If you really want to change permissions remotely, why not use SSH as an authenticated user? -- -Chuck