From owner-cvs-all Tue Aug 28 4:59:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 731E837B408; Tue, 28 Aug 2001 04:59:21 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7SBxLW31831; Tue, 28 Aug 2001 04:59:21 -0700 (PDT) (envelope-from nik) Message-Id: <200108281159.f7SBxLW31831@freefall.freebsd.org> From: Nik Clayton Date: Tue, 28 Aug 2001 04:59:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y ftpd.8 ftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/08/28 04:59:21 PDT Modified files: libexec/ftpd ftpcmd.y ftpd.8 ftpd.c Log: Add a new option, '-o', for "Write-only". Disables the RETR command, preventing anyone from downloading files. In conjunction with -A, and some appropriate file permissions, this lets you create an anonymous FTP drop box for people to upload files to. The more obvious "-w" flag is already taken by NetBSD's ftpd. "-o" was available as an option letter in all three BSDs. Revision Changes Path 1.27 +6 -2 src/libexec/ftpd/ftpcmd.y 1.42 +5 -1 src/libexec/ftpd/ftpd.8 1.80 +8 -2 src/libexec/ftpd/ftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message