Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 1997 04:21:11 -0700
From:      "David O'Brien" <obrien@NUXI.COM>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/4670: /usr/bin/fetch fails to ftp a file ncftp can
Message-ID:  <19971001042111.56343@dragon.nuxi.com>
Resent-Message-ID: <199710011130.EAA07457@hub.freebsd.org>

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

>Number:         4670
>Category:       bin
>Synopsis:       /usr/bin/fetch fails to ftp a file ncftp can
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct  1 04:30:01 PDT 1997
>Last-Modified:
>Originator:     David O'Brien
>Organization:
The FreeBSD Project
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

    2.2-STABLE built sept-03
   
>Description:

    fetch ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.dif
    fails, where as
    ncftp ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.dif
    works

    bash$ fetch -v ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-pgp/mutt-0.84e
    Sending: USER anonymous
    FTP.FU-Berlin.DE ready, please login as user "ftp".
    Anonymous login ok, send your e-mail address as password.
    Sending: PASS obrien@dragon.nuxi.com
   
    Welcome at Freie Universitaet Berlin, Germany.
   
    Anonymous login ok, for special commands see the README.
    Sending: TYPE I
    Type set to I.
    Sending SIZE pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.diff.gz
    pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.diff.gz: not a plain file.
    Sending MDTM pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.diff.gz
    pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.diff.gz: No such file or directo
    fetch: pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.diff.gz: cannot get remot
    Sending: PORT 169,237,60,72,4,246
    PORT command successful.
    Sending: RETR pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.diff.gz
    pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.diff.gz: No such file OR directo
    fetch: ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.di
    fetch: File unavailable (e.g., file not found, no access)
    Sending: QUIT 
    Goodbye.
    bash$
    bash$
    bash$ ncftp ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.
    FTP.FU-Berlin.DE ready, please login as user "ftp".
    Receiving file: mutt-0.84e-0.84.diff.gz
    mutt-0.84e-0.84.diff.gz: 13751 bytes received in 11.27 seconds, 1.19 K/s.
    exit
    
    
>How-To-Repeat:
    
    fetch ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.dif
    ncftp ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-pgp/mutt-0.84e-0.84.dif


>Fix:
	
	???
>Audit-Trail:
>Unformatted:



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