On Tue, Feb 11, 2003 at 06:59:20PM +0800, liang chen wrote: > Hello, > I am trying to use lftp for IPv6 use. > How to set configuration and what is the format of command? > " open [2002:: bla:bla]"?
`open 2001:640:11:1:a00:20ff:fe71:30fc' should just work. In URLs the IPv6 address should be enclosed in brackets: open ftp://[2001:640:11:1:a00:20ff:fe71:30fc]:21/lftp Check that dns:order variable contains inet6: set dns:order "inet6 inet" You can also use symbolic host names if they resolve to IPv6 addresses. -- Alexander.
