From owner-freebsd-questions Wed Apr 11 7:29:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 4A73E37B422 for ; Wed, 11 Apr 2001 07:29:08 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 2058 invoked by uid 1000); 11 Apr 2001 14:29:29 -0000 Date: Wed, 11 Apr 2001 09:29:29 -0500 From: Lucas Bergman To: "Thuan An ( NDK )" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftpd: How can I limit the size of uploaded files ? Message-ID: <20010411092929.C5005@billygoat.slb.to> Reply-To: lucas@slb.to References: <014201c0c24b$91b88a60$0e05a8c0@iam.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <014201c0c24b$91b88a60$0e05a8c0@iam.ne.jp>; from thuanan@iam.ne.jp on Wed, Apr 11, 2001 at 02:52:18PM +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > How can I control how large a file can be uploaded within ftpd? The stock ftpd lets the underlying operating system regulate that kind of thing. Slapping a disk quota on the intended victim (or the `ftp' user if you're allowing anonymous uploads... ack!) is probably the simplest way to accomplish what you want. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message