[6bone] Regarding FTPd daemon

Russell King rmk@arm.linux.org.uk
Thu, 30 Oct 2003 22:49:53 +0000


On Fri, Oct 31, 2003 at 12:36:43AM +0200, Pekka Savola wrote:
> On Fri, 31 Oct 2003, aanak gaurang patwa wrote:
> > I have been trying to configure vsftpd on Redhat9.0 for IPV6.However it
> > gives an error of could not bind for IPv6 socket and the service would
> > not start. Does anyone know the solution for this...
> 
> That would be pretty difficult as vsftpd does not support IPv6 (darn!).

Take another look at vsftpd 1.2 and I think you'll be pleasantly
surprised.

$ ftp xxxx
Trying xxxx:xxxx:xxxx:xxxx:201:2ff:fe14:8fad...
Connected to flint (xxxx:xxxx:xxxx:xxxx:201:2ff:fe14:8fad).
220 (vsFTPd 1.2.0)
Name (xxxx:xxxx):
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
229 Entering Extended Passive Mode (|||46841|)
150 Here comes the directory listing.
...
226 Directory send OK.
ftp> 

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core