Ivan Glushkov wrote:
> one of the previous treads reminded me to check wheather I have ftp 
> server working on my laptop (after 1.5 years with Debian, I am still 
> surprised how many things had been installed/configured/working without 
> me knowing it). I found that:
> 
> #dpkg -l | grep ftp
> ii  ftpd     0.17-21       FTP server

I would recommend going with bsd-ftpd instead.  It is a classic ftp
server and probably more in the style of what you are looking for.
But it is personal preference.

  apt-get install bsd-ftpd

> the ftpd is installed. Trying in Firefox:
> ftp://localhost
> 530 Login incorrect.

It appears that ftp is configured anonymous ftp is not configured.

Try this with your existing ftpd to see if there is an option to
enable anonymous ftp.

  dpkg-reconfigure ftpd

Also remember that ftp is an insecure protocol for anything other than
anonymous ftp because it sends the passwords in the clear.

Bob

Attachment: signature.asc
Description: Digital signature

Reply via email to