Date: 22 Nov 2000 15:18:24 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: chat@FreeBSD.ORG Subject: Re: ftp7.de.freebsd.org Message-ID: <xzpbsv8um33.fsf@flood.ping.uio.no> In-Reply-To: Dag-Erling Smorgrav's message of "22 Nov 2000 15:15:51 %2B0100" References: <xzpg0kkum7c.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav <des@ofug.org> writes: > Who's responsible for that server? Whatever ftpd it's running is > sending a 220 instead of a 421 when it can't resolve the IP of the > client. Ooh, and I forgot - it's sending an unterminated multi-line response, to boot. des@aes ~% telnet ftp7.de.FreeBSD.org ftp Trying 139.174.2.36... Connected to ftp.tu-clausthal.de. Escape character is '^]'. 220-Your host 194.19.8.177 is unknown to the domain name service. Access denied. Connection closed by foreign host. The correct response would be: 421 Your host blah blah. Access denied. (note: no hyphen after the error code) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpbsv8um33.fsf>