Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2000 00:26:03 +0900 (JST)
From:      Koji Kondo <koji@jp.above.net>
To:        ume@mahoroba.org
Cc:        freebsd-net@freebsd.org
Subject:   Re: cannot ftp to link-local address
Message-ID:  <20000522.002603.125131755.koji@jp.above.net>
In-Reply-To: <200005211403.e4LE3sc08739@peace.mahoroba.org>
References:  <20000519.003843.41647712.koji@jp.above.net> <200005211403.e4LE3sc08739@peace.mahoroba.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>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




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