Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2001 04:59:21 -0700 (PDT)
From:      Nik Clayton <nik@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpcmd.y ftpd.8 ftpd.c
Message-ID:  <200108281159.f7SBxLW31831@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108281159.f7SBxLW31831>