From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 08:17:59 2007 Return-Path: X-Original-To: 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 59E7A16A403 for ; Wed, 18 Apr 2007 08:17:59 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (chylonia.3miasto.net [83.12.228.78]) by mx1.freebsd.org (Postfix) with ESMTP id BBE4913C455 for ; Wed, 18 Apr 2007 08:17:58 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.8/8.13.8) with ESMTP id l3I8HtKM029027 for ; Wed, 18 Apr 2007 10:17:55 +0200 (CEST) (envelope-from wojtek@tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.8/8.13.8/Submit) with ESMTP id l3I8Hs6R029024 for ; Wed, 18 Apr 2007 10:17:54 +0200 (CEST) (envelope-from wojtek@tensor.gdynia.pl) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Wed, 18 Apr 2007 10:17:54 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: questions@freebsd.org Message-ID: <20070418101641.T28976@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: 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 08:17:59 -0000 i use ftpd for anonymous read/write access using -l -m options in inetd.conf chmod isn't allowed (ftp clients says SITE CHMOD not supported), ftpd manual page says that ftpd do support SITE CHMOD. what's wrong?