Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2011 08:10:03 GMT
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/157499: fetch confused me with it's error message
Message-ID:  <201106020810.p528A3Cm048185@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/157499; it has been noted by GNATS.

From: Jaakko Heinonen <jh@FreeBSD.org>
To: Konstantin <konstantin.malov@kaspersky.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/157499: fetch confused me with it's error message
Date: Thu, 2 Jun 2011 11:01:22 +0300

 On 2011-06-01, Konstantin wrote:
 > I have found out some strange error handling in /usr/bin/fetch.
 > Here it is: 
 > 
 > # fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz
 > fetch: ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz: Syntax error, command unrecognized
 
 >  >>> USER anonymous
 >  <<< 331 Please specify the password.
 >  >>> PASS root@h-ksn-hkg-fe-2.kaspersky-labs.com
 >  <<< 500 OOPS: cannot change directory:/home/ftp
 >  fetch: ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz: Syntax error, command unrecognized
 
 This is how reply code 500 is defined in RFC 959:
 
 500	Syntax error, command unrecognized.
 	This may include errors such as command line too long.
 
 -- 
 Jaakko



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