Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2001 14:16:36 -0600 (CST)
From:      toasty@dragondata.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/24757: ftpd not RFC compliant?
Message-ID:  <200101312016.OAA39582@temphost.dragondata.com>

next in thread | raw e-mail | index | archive | help

>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




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