From owner-freebsd-net Sun May 21 8:38:22 2000 Delivered-To: freebsd-net@freebsd.org Received: from 00.gate0.tokyo.iaest.attnet.ne.jp (00.gate0.tokyo.iaest.attnet.ne.jp [165.76.15.33]) by hub.freebsd.org (Postfix) with ESMTP id 9DD6137B7BD for ; Sun, 21 May 2000 08:38:19 -0700 (PDT) (envelope-from koji@jp.above.net) Received: from localhost ([127.0.0.1]) by titan.jp.above.net with esmtp (Exim 3.13 #1) id 12tXcB-0000CG-00; Mon, 22 May 2000 00:26:03 +0900 Date: Mon, 22 May 2000 00:26:03 +0900 (JST) Message-Id: <20000522.002603.125131755.koji@jp.above.net> To: ume@mahoroba.org Cc: freebsd-net@freebsd.org Subject: Re: cannot ftp to link-local address From: Koji Kondo In-Reply-To: <200005211403.e4LE3sc08739@peace.mahoroba.org> References: <20000519.003843.41647712.koji@jp.above.net> <200005211403.e4LE3sc08739@peace.mahoroba.org> X-Mailer: Mew version 1.95b35 on Emacs 20.6 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >koji> I'm using 4.0-stable(20000516). I cannot ftp to link-local address. >koji> % ftp fe80::1%lo0 >koji> ftp: fe80: No address associated with hostname >koji> ftp: Can't connect or login to host `fe80' > >Command line syntax of ftp allows `ftp host:[/path/]file[/]'. So, >there is conflict with IPv6 address syntax. When you specify IPv6 >address, you must enclose IPv6 address with `[' and `]'. ok. I could connect as follows. % ftp '[fe80::1%lo0]' Connected to fe80::1%lo0. 220 aluminum.jp.above.net FTP server (Version 6.00LS) ready. Name ([fe80::1%lo0]:koji): BTW, NetBSD-current could be connect without "[" and "]" characters. % ftp fe80::1%lo0 Connected to fe80::1%lo0. 220- 220 fe80::1 FTP server (NetBSD-ftpd 20000520) ready. Name (fe80::1%lo0:koji): -koji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message