From owner-freebsd-bugs Wed Jan 31 12:20:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7023C37B699 for ; Wed, 31 Jan 2001 12:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0VKK1d23308; Wed, 31 Jan 2001 12:20:01 -0800 (PST) (envelope-from gnats) Received: from temphost.dragondata.com (temphost.dragondata.com [63.167.131.128]) by hub.freebsd.org (Postfix) with ESMTP id 756AB37B699 for ; Wed, 31 Jan 2001 12:16:06 -0800 (PST) Received: (from root@localhost) by temphost.dragondata.com (8.9.3/8.9.3) id OAA39582; Wed, 31 Jan 2001 14:16:36 -0600 (CST) (envelope-from toasty) Message-Id: <200101312016.OAA39582@temphost.dragondata.com> Date: Wed, 31 Jan 2001 14:16:36 -0600 (CST) From: toasty@dragondata.com Reply-To: toasty@dragondata.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/24757: ftpd not RFC compliant? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24757 >Category: bin >Synopsis: ftpd not RFC compliant >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 31 12:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kevin Day >Release: FreeBSD 4.2-RELEASE i386 >Organization: Ikadega >Environment: 4.2-RELEASE ftpd >Description: According to rfc959: STORE UNIQUE (STOU) This command behaves like STOR except that the resultant file is to be created in the current directory under a name unique to that directory. The 250 Transfer Started response must include the name generated. The FreeBSD ftpd does not return 250: ---> EPSV 229 Entering Extended Passive Mode (|||53363|) ---> STOU temp 150 Opening BINARY mode data connection for 'temp.1'. 100% |******************************************************************************************************| 79129 00:00 ETA 226 Transfer complete (unique file name:temp.1). 79129 bytes sent in 0.02 seconds (3.55 MB/s) That is kinda vague. Does that imply that 250 must be returned if you STOU, or that if you *do* return a 250, you must include the name? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message